Skip to content

Commit 7b11db1

Browse files
Version 0.3.3 release
1 parent fae270c commit 7b11db1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "with_locals"
3-
version = "0.3.3-rc1" # Keep in sync with `proc_macros`
3+
version = "0.3.3" # Keep in sync with `proc_macros`
44
authors = [
55
"Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>",
66
]
@@ -29,7 +29,7 @@ categories = [
2929
[dependencies.proc_macros]
3030
path = "src/proc_macros"
3131
package = "with_locals-proc_macros"
32-
version = "=0.3.3-rc1" # Keep in sync with `proc_macros`
32+
version = "=0.3.3" # Keep in sync with `proc_macros`
3333

3434
[features]
3535
nightly = []

src/proc_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path = "mod.rs"
44

55
[package]
66
name = "with_locals-proc_macros"
7-
version = "0.3.3-rc1" # Keep in sync with main `Cargo.toml`
7+
version = "0.3.3" # Keep in sync with main `Cargo.toml`
88
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
99
edition = "2018"
1010

0 commit comments

Comments
 (0)