Skip to content

Commit

Permalink
Release 0.10.4
Browse files Browse the repository at this point in the history
[email protected]

Generated by cargo-workspaces
  • Loading branch information
tbraun96 committed Nov 24, 2024
1 parent e7ef8fd commit bac8a06
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ exclude = [

[workspace.dependencies]
# workspace deps
citadel_sdk = { path = "./citadel_sdk", default-features = false, version = "0.10.2" }
citadel_wire = { path = "./citadel_wire", default-features = false, version = "0.10.2" }
citadel_user = { path = "./citadel_user", default-features = false, version = "0.10.2" }
citadel_crypt = { path = "./citadel_crypt", default-features = false, version = "0.10.2" }
citadel_pqcrypto = { path = "./citadel_pqcrypto", default-features = false, version = "0.10.2" }
citadel_proto = { path = "./citadel_proto", default-features = false, version = "0.10.2" }
citadel_logging = { path = "./citadel_logging", default-features = false, version = "0.10.2" }
citadel_io = { path = "./citadel_io", default-features = false, version = "0.10.2" }
citadel_types = { path = "./citadel_types", default-features = false, version = "0.10.2" }
netbeam = { path = "./netbeam", default-features = false, version = "0.10.2" }
firebase-rtdb = { path = "./firebase-rtdb", default-features = false, version = "0.10.2" }
async_ip = { path = "./async_ip", default-features = false, version = "0.10.2" }
citadel_sdk = { path = "./citadel_sdk", default-features = false, version = "0.10.3" }
citadel_wire = { path = "./citadel_wire", default-features = false, version = "0.10.3" }
citadel_user = { path = "./citadel_user", default-features = false, version = "0.10.3" }
citadel_crypt = { path = "./citadel_crypt", default-features = false, version = "0.10.3" }
citadel_pqcrypto = { path = "./citadel_pqcrypto", default-features = false, version = "0.10.3" }
citadel_proto = { path = "./citadel_proto", default-features = false, version = "0.10.3" }
citadel_logging = { path = "./citadel_logging", default-features = false, version = "0.10.3" }
citadel_io = { path = "./citadel_io", default-features = false, version = "0.10.3" }
citadel_types = { path = "./citadel_types", default-features = false, version = "0.10.3" }
netbeam = { path = "./netbeam", default-features = false, version = "0.10.3" }
firebase-rtdb = { path = "./firebase-rtdb", default-features = false, version = "0.10.3" }
async_ip = { path = "./async_ip", default-features = false, version = "0.10.3" }

# ordinary deps
generic-array = { version = "0.14.6" }
Expand Down
4 changes: 2 additions & 2 deletions citadel_user/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "citadel_user"
version = "0.10.3"
version = "0.10.4"
authors = ["Thomas Braun <[email protected]>"]
description = "User backend library for the Citadel Protocol"
edition = "2021"
Expand Down Expand Up @@ -37,7 +37,7 @@ itertools = { workspace = true, features = ["use_alloc"], optional = true }
serde = { workspace = true, features=["rc", "derive"] }
tokio = { workspace = true, features = ["io-util"] }
async-trait = { workspace = true }
futures = { workspace = true }
futures = { workspace = true, features = ["alloc", "executor"] }
rand = { workspace = true }
multimap = { workspace = true, features = ["serde_impl"] }
parking_lot = { workspace = true, features = ["serde"] }
Expand Down

0 comments on commit bac8a06

Please sign in to comment.