Skip to content

Commit

Permalink
version bump (0.2.0 -> 0.2.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenGar committed Feb 14, 2025
1 parent e8b5572 commit 70223af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jagua-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jagua-rs"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "Mozilla Public License 2.0"
repository = "https://github.com/JeroenGar/jagua-rs"
Expand Down
4 changes: 2 additions & 2 deletions lbf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "lbf"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "Mozilla Public License 2.0"
repository = "https://github.com/JeroenGar/jagua-rs"
authors = ["Jeroen Gardeyn"]

[dependencies]
jagua-rs = { path = "../jagua-rs" , version = "0.2.0", features = [] }
jagua-rs = { path = "../jagua-rs" , version = "0.2.1", features = [] }
rand = { version = "0.8.5", features = [ "small_rng" ] }
rand_distr = "0.4.3"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 70223af

Please sign in to comment.