Skip to content

Commit 69755c5

Browse files
committed
Bump version
1 parent 6e4083f commit 69755c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ssam-tokio/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "ssam-tokio"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2018"
55

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

1111
[dev-dependencies]

ssam/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ssam"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2018"
55

66
[dependencies]

0 commit comments

Comments
 (0)