We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4083f commit 69755c5Copy full SHA for 69755c5
ssam-tokio/Cargo.toml
@@ -1,11 +1,11 @@
1
[package]
2
name = "ssam-tokio"
3
-version = "0.1.1"
+version = "0.1.2"
4
edition = "2018"
5
6
[dependencies]
7
futures = "0.3.28"
8
-ssam = { path = "../ssam", version = "0.1.1" }
+ssam = { path = "../ssam", version = "0.1.2" }
9
tokio = { version = "1.32.0", features = ["fs", "io-util"] }
10
11
[dev-dependencies]
ssam/Cargo.toml
@@ -1,6 +1,6 @@
name = "ssam"
0 commit comments