Skip to content

Commit

Permalink
chore: release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jan 5, 2025
1 parent 1a5ecbf commit 9f4f586
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nonasync"
version = "0.1.2"
version = "0.1.3"
description = "A set of utilities useful for building a non-blocking non-async APIs"
authors = [
"Dr. Maxim Orlovsky <[email protected]>",
Expand All @@ -15,7 +15,7 @@ edition = "2021"
rust-version = "1.75.0" # Due to the use of `impl` in trait return types

[dependencies]
amplify = "4.7.0"
amplify = "4.8.0"
log = { version = "0.4.22", optional = true }

[features]
Expand Down

0 comments on commit 9f4f586

Please sign in to comment.