Skip to content

Commit 9f7dc2f

Browse files
committed
Release 0.0.13
1 parent e70412e commit 9f7dc2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crates/borrowme-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "borrowme-macros"
3-
version = "0.0.12"
3+
version = "0.0.13"
44
authors = ["John-John Tedro <udoprog@tedro.se>"]
55
edition = "2018"
66
rust-version = "1.65"

crates/borrowme/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "borrowme"
3-
version = "0.0.12"
3+
version = "0.0.13"
44
authors = ["John-John Tedro <udoprog@tedro.se>"]
55
edition = "2018"
66
rust-version = "1.65"
@@ -18,7 +18,7 @@ default = ["std"]
1818
std = []
1919

2020
[dependencies]
21-
borrowme-macros = { path = "../borrowme-macros", version = "=0.0.12" }
21+
borrowme-macros = { path = "../borrowme-macros", version = "=0.0.13" }
2222

2323
[dev-dependencies]
2424
serde = { version = "1.0.160", features = ["derive"] }

0 commit comments

Comments
 (0)