Skip to content

Commit 9f4f586

Browse files
committed
chore: release v0.1.3
1 parent 1a5ecbf commit 9f4f586

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nonasync"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "A set of utilities useful for building a non-blocking non-async APIs"
55
authors = [
66
"Dr. Maxim Orlovsky <orlovsky@ubideco.org>",
@@ -15,7 +15,7 @@ edition = "2021"
1515
rust-version = "1.75.0" # Due to the use of `impl` in trait return types
1616

1717
[dependencies]
18-
amplify = "4.7.0"
18+
amplify = "4.8.0"
1919
log = { version = "0.4.22", optional = true }
2020

2121
[features]

0 commit comments

Comments
 (0)