Skip to content

Commit

Permalink
Release candidate 2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhenrymantilla committed Jul 7, 2024
1 parent 5aded23 commit 936750a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 50 deletions.
17 changes: 1 addition & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ version = "0.0.3"

[dependencies.safer_ffi-proc_macros]
path = "src/proc_macro"
version = "=0.1.9" # Keep in sync
version = "=0.1.9-rc2" # Keep in sync

[workspace]
members = [
Expand Down
24 changes: 8 additions & 16 deletions ffi_tests/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 8 additions & 16 deletions js_tests/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/proc_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ proc-macro = true

[package]
name = "safer_ffi-proc_macros"
version = "0.1.9" # Keep in sync
version = "0.1.9-rc2" # Keep in sync
authors = ["Daniel Henry-Mantilla <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit 936750a

Please sign in to comment.