diff options
author | hozan23 <hozan23@karyontech.net> | 2024-06-13 15:28:44 +0200 |
---|---|---|
committer | hozan23 <hozan23@karyontech.net> | 2024-06-13 15:28:44 +0200 |
commit | 60a947f6e857f0aa5ae5e8c3b0a183577f74a9f4 (patch) | |
tree | 83ded9922f9a5533c7caadb7982896c1375a1998 /net | |
parent | 1c27f751c30196e2c421ae420dacbc4ff25f0fc7 (diff) |
bump version to 0.1.2
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 511c067..23d2027 100644 --- a/net/Cargo.toml +++ b/net/Cargo.toml @@ -36,7 +36,7 @@ serde = ["dep:serde"] [dependencies] -karyon_core = { version = "0.1.1", path = "../core", default-features = false } +karyon_core = { version = "0.1.2", path = "../core", default-features = false } async-trait = "0.1.77" log = "0.4.21" |