Skip to content

Commit

Permalink
Version 0.1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhenrymantilla committed May 16, 2024
1 parent 7b40688 commit 69eec2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ path = "src/_lib.rs"

[package]
name = "safer-ffi"
version = "0.1.7" # Keep in sync
version = "0.1.8" # Keep in sync
authors = [
"Daniel Henry-Mantilla <[email protected]>",
]
Expand Down Expand Up @@ -159,7 +159,7 @@ version = "0.0.3"

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

[workspace]
members = [
Expand Down
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.7" # Keep in sync
version = "0.1.8" # Keep in sync
authors = ["Daniel Henry-Mantilla <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit 69eec2b

Please sign in to comment.