Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
qzed committed Oct 3, 2023
1 parent 6e4083f commit 69755c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ssam-tokio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "ssam-tokio"
version = "0.1.1"
version = "0.1.2"
edition = "2018"

[dependencies]
futures = "0.3.28"
ssam = { path = "../ssam", version = "0.1.1" }
ssam = { path = "../ssam", version = "0.1.2" }
tokio = { version = "1.32.0", features = ["fs", "io-util"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion ssam/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ssam"
version = "0.1.1"
version = "0.1.2"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit 69755c5

Please sign in to comment.