Skip to content

Commit b1f46ee

Browse files
Version 0.0.7 release
1 parent 1ddcad8 commit b1f46ee

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path = "src/_lib.rs"
44
[package]
55
name = "safer-ffi"
66
# Keep in sync with `[dependencies.proc_macro]` and `src/proc_macro/Cargo.toml`
7-
version = "0.0.6"
7+
version = "0.0.7"
88
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
99
edition = "2018"
1010

@@ -62,7 +62,7 @@ proc-macro-hack = { version = "0.5.15", optional = true }
6262
[dependencies.proc_macro]
6363
package = "safer_ffi-proc_macro"
6464
path = "src/proc_macro"
65-
version = "0.0.6"
65+
version = "0.0.7"
6666

6767
[dependencies.uninit]
6868
optional = true

src/proc_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ proc-macro = true
55
[package]
66
name = "safer_ffi-proc_macro"
77
# Keep in sync with `/Cargo.toml`
8-
version = "0.0.6"
8+
version = "0.0.7"
99
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
1010
edition = "2018"
1111

0 commit comments

Comments
 (0)