diff options
author | hozan23 <hozan23@karyontech.net> | 2024-07-15 13:30:43 +0200 |
---|---|---|
committer | hozan23 <hozan23@karyontech.net> | 2024-07-15 13:30:43 +0200 |
commit | da4f7079ea53d4ea175e3bd46b892910460eae76 (patch) | |
tree | 1aad09db05f484b27fc9dce6fb9759e8db5989b0 /net | |
parent | dc4c448e597b08cba4c79c194b0c1aa517daab29 (diff) |
bump version to 0.1.6
Diffstat (limited to 'net')
-rw-r--r-- | net/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml index 2131b46..01c7d3e 100644 --- a/net/Cargo.toml +++ b/net/Cargo.toml @@ -33,8 +33,8 @@ tokio = [ serde = ["dep:serde"] [dependencies] -karyon_core = { version = "0.1.5", path = "../core", default-features = false } -karyon_async_rustls = { version = "0.1.5", path = "./async_rustls", default-features = false, optional = true } +karyon_core = { version = "0.1.6", path = "../core", default-features = false } +karyon_async_rustls = { version = "0.1.6", path = "./async_rustls", default-features = false, optional = true } log = "0.4.21" thiserror = "1.0.61" |