Skip to content

Commit fbe5e19

Browse files
committed
Bump version
1 parent 7d43bf9 commit fbe5e19

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.2"
3+
version = "0.1.3"
44
edition = "2018"
55

66
[dependencies]
77
futures = "0.3.30"
8-
ssam = { path = "../ssam", version = "0.1.2" }
8+
ssam = { path = "../ssam", version = "0.1.3" }
99
tokio = { version = "1.40.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.2"
3+
version = "0.1.3"
44
edition = "2018"
55

66
[dependencies]

0 commit comments

Comments
 (0)