diff options
author | hozan23 <hozan23@karyontech.net> | 2024-05-31 18:55:58 +0200 |
---|---|---|
committer | hozan23 <hozan23@karyontech.net> | 2024-05-31 18:55:58 +0200 |
commit | 9dd15eaa392c9f160541fb79505a61b28e56d10a (patch) | |
tree | cba7ed9a03760d2a2681230db2651aefc3e2b534 /net | |
parent | a06239ccc5e21fd20182ec3046cf9174ecc58a43 (diff) |
bump version to 0.1.1
Diffstat (limited to 'net')
-rw-r--r-- | net/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml index 01a54a7..511c067 100644 --- a/net/Cargo.toml +++ b/net/Cargo.toml @@ -36,7 +36,7 @@ serde = ["dep:serde"] [dependencies] -karyon_core = { workspace = true, default-features = false } +karyon_core = { version = "0.1.1", path = "../core", default-features = false } async-trait = "0.1.77" log = "0.4.21" |