Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
qzed committed Sep 14, 2024
1 parent 7d43bf9 commit fbe5e19
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.2"
version = "0.1.3"
edition = "2018"

[dependencies]
futures = "0.3.30"
ssam = { path = "../ssam", version = "0.1.2" }
ssam = { path = "../ssam", version = "0.1.3" }
tokio = { version = "1.40.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.2"
version = "0.1.3"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit fbe5e19

Please sign in to comment.