Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaimast committed Jan 18, 2025
1 parent 5795bc9 commit 416cba7
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 22 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

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

17 changes: 13 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,23 @@ readme = "README.md"

[dependencies]
tokio-uring = "0.5"
tokio = { version="1", default-features=false, features=["sync"] }
log = "0.4"
rand = "0.8"
parking_lot = "0.12"
kioto-uring-executor-macros = { version="0.1", path="./executor-macros" }

[dev-dependencies]
tokio = { version="1", default-features=false, features=["time"] }
[dependencies.tokio]
version="1"
default-features=false
features=["sync"]

[dependencies.kioto-uring-executor-macros]
version="0.2"
path="./executor-macros"

[dev-dependencies.tokio]
version="1"
default-features=false
features=["time"]

[workspace]
members = ["executor-macros"]
2 changes: 1 addition & 1 deletion executor-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kioto-uring-executor-macros"
authors = ["Kai Mast <[email protected]>"]
version = "0.1.0"
version = "0.2.0"
edition = "2021"
repository = "https://github.com/kaimast/tokio-uring-executor"
description = "Macros for kioto-uring-executor"
Expand Down

0 comments on commit 416cba7

Please sign in to comment.