Skip to content

Commit

Permalink
Release 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed May 2, 2023
1 parent e70412e commit 9f7dc2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/borrowme-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "borrowme-macros"
version = "0.0.12"
version = "0.0.13"
authors = ["John-John Tedro <[email protected]>"]
edition = "2018"
rust-version = "1.65"
Expand Down
4 changes: 2 additions & 2 deletions crates/borrowme/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "borrowme"
version = "0.0.12"
version = "0.0.13"
authors = ["John-John Tedro <[email protected]>"]
edition = "2018"
rust-version = "1.65"
Expand All @@ -18,7 +18,7 @@ default = ["std"]
std = []

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

[dev-dependencies]
serde = { version = "1.0.160", features = ["derive"] }
Expand Down

0 comments on commit 9f7dc2f

Please sign in to comment.