Skip to content

Commit 5ee8cc5

Browse files
committed
Release 0.10.0
async_ip@0.10.0 citadel_crypt@0.10.0 citadel_logging@0.10.0 citadel_pqcrypto@0.10.0 citadel_proto@0.10.0 citadel_sdk@0.10.0 citadel_types@0.10.0 citadel_user@0.10.0 citadel_wire@0.10.0 firebase-rtdb@0.10.0 netbeam@0.10.0 Generated by cargo-workspaces
1 parent 697480c commit 5ee8cc5

13 files changed

Lines changed: 27 additions & 27 deletions

File tree

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ exclude = [
2222

2323
[workspace.dependencies]
2424
# workspace deps
25-
citadel_sdk = { path = "./citadel_sdk", default-features = false, version = "0.9.0" }
26-
citadel_wire = { path = "./citadel_wire", default-features = false, version = "0.9.0" }
27-
citadel_user = { path = "./citadel_user", default-features = false, version = "0.9.0" }
28-
citadel_crypt = { path = "./citadel_crypt", default-features = false, version = "0.9.0" }
29-
citadel_pqcrypto = { path = "./citadel_pqcrypto", default-features = false, version = "0.9.0" }
30-
citadel_proto = { path = "./citadel_proto", default-features = false, version = "0.9.0" }
31-
citadel_logging = { path = "./citadel_logging", default-features = false, version = "0.8.0" }
25+
citadel_sdk = { path = "./citadel_sdk", default-features = false, version = "0.10.0" }
26+
citadel_wire = { path = "./citadel_wire", default-features = false, version = "0.10.0" }
27+
citadel_user = { path = "./citadel_user", default-features = false, version = "0.10.0" }
28+
citadel_crypt = { path = "./citadel_crypt", default-features = false, version = "0.10.0" }
29+
citadel_pqcrypto = { path = "./citadel_pqcrypto", default-features = false, version = "0.10.0" }
30+
citadel_proto = { path = "./citadel_proto", default-features = false, version = "0.10.0" }
31+
citadel_logging = { path = "./citadel_logging", default-features = false, version = "0.10.0" }
3232
citadel_io = { path = "./citadel_io", default-features = false, version = "0.8.0" }
33-
citadel_types = { path = "./citadel_types", default-features = false, version = "0.8.0" }
34-
netbeam = { path = "./netbeam", default-features = false, version = "0.8.0" }
35-
firebase-rtdb = { path = "./firebase-rtdb", default-features = false, version = "0.8.0" }
36-
async_ip = { path = "./async_ip", default-features = false, version = "0.8.0" }
33+
citadel_types = { path = "./citadel_types", default-features = false, version = "0.10.0" }
34+
netbeam = { path = "./netbeam", default-features = false, version = "0.10.0" }
35+
firebase-rtdb = { path = "./firebase-rtdb", default-features = false, version = "0.10.0" }
36+
async_ip = { path = "./async_ip", default-features = false, version = "0.10.0" }
3737

3838
# ordinary deps
3939
generic-array = { version = "0.14.6" }

Makefile.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,19 +267,19 @@ args = ["workspaces", "version", "major"]
267267
[tasks.publish-patch]
268268
command = "cargo"
269269
condition = { env_set = [ "CARGO_REGISTRY_TOKEN" ] }
270-
args = ["workspaces", "publish", "--token", "${CARGO_REGISTRY_TOKEN}", "patch", "--from-git", "--allow-dirty", "${@}"]
270+
args = ["workspaces", "publish", "--token", "${CARGO_REGISTRY_TOKEN}", "patch", "${@}"]
271271
dependencies = ["publish-install-deps", "publish-bump-version-patch"]
272272

273273
[tasks.publish-minor]
274274
command = "cargo"
275275
condition = { env_set = [ "CARGO_REGISTRY_TOKEN" ] }
276-
args = ["workspaces", "publish", "--token", "${CARGO_REGISTRY_TOKEN}", "minor", "--from-git", "--allow-dirty", "${@}"]
276+
args = ["workspaces", "publish", "--token", "${CARGO_REGISTRY_TOKEN}", "minor", "${@}"]
277277
dependencies = ["publish-install-deps", "publish-bump-version-minor"]
278278

279279
[tasks.publish-major]
280280
command = "cargo"
281281
condition = { env_set = [ "CARGO_REGISTRY_TOKEN" ] }
282-
args = ["workspaces", "publish", "--token", "${CARGO_REGISTRY_TOKEN}", "major", "--from-git", "--allow-dirty", "${@}"]
282+
args = ["workspaces", "publish", "--token", "${CARGO_REGISTRY_TOKEN}", "major", "${@}"]
283283
dependencies = ["publish-install-deps", "publish-bump-version-major"]
284284

285285
[tasks.check-docs]

async_ip/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async_ip"
3-
version = "0.8.0"
3+
version = "0.10.0"
44
authors = ["Thomas Braun <thomas.braun@avarok.net>"]
55
edition = "2021"
66
description = "An asynchronous client used to obtain one's global Ipv6 or Ipv4 address"

citadel_crypt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "citadel_crypt"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Thomas Braun <thomas.braun@avarok.net>"]
55
description = "Higher-level cryptographic library for the Citadel Protocol"
66
edition = "2021"

citadel_logging/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "citadel_logging"
3-
version = "0.8.0"
3+
version = "0.10.0"
44
authors = ["Thomas Braun <thomas.braun@avarok.net>"]
55
edition = "2021"
66
description = "logging library for the Citadel Protocol"

citadel_pqcrypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "citadel_pqcrypto"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Thomas Braun <thomas.braun@avarok.net>"]
55
description = "Lower-level cryptographic library for the Citadel Protocol"
66
edition = "2021"

citadel_proto/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "citadel_proto"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Thomas Braun <thomas.braun@avarok.net>"]
55
description = "Networking library for the Citadel Protocol"
66
edition = "2021"
@@ -87,4 +87,4 @@ rstest = { workspace = true }
8787
doctest = false
8888

8989
[lints.rust]
90-
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] }
90+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] }

citadel_sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "citadel_sdk"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Thomas Braun <thomas.braun@avarok.net>"]
55
description = "High-level library to build applications on the Citadel Protocol"
66
edition = "2021"

citadel_types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "citadel_types"
3-
version = "0.8.0"
3+
version = "0.10.0"
44
authors = ["Thomas Braun <thomas.braun@avarok.net>"]
55
description = "Types for the citadel protocol"
66
edition = "2021"

citadel_user/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "citadel_user"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Thomas Braun <thomas.braun@avarok.net>"]
55
description = "User backend library for the Citadel Protocol"
66
edition = "2021"
@@ -73,4 +73,4 @@ citadel_pqcrypto = { workspace = true }
7373
doctest = false
7474

7575
[lints.rust]
76-
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] }
76+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] }

0 commit comments

Comments
 (0)