Skip to content

Commit ac3c596

Browse files
authored
Merge pull request #412 from nodecross/chore/bump-version-to-v3.2.0
chore: bump version to v3.2.0
2 parents 20cfa7f + bebf159 commit ac3c596

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = ["did", "embedded", "iot", "root-of-trust"]
1414
license-file = "LICENSE"
1515
readme = "README.md"
1616
repository = "https://github.com/nodecross/nodex"
17-
version = "3.1.1"
17+
version = "3.2.0"
1818

1919
[workspace.dependencies]
2020
actix-rt = "2.9.0"

protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = { workspace = true }
33
edition = { workspace = true }
44
name = "protocol"
5-
version = "0.2.0"
5+
version = "0.3.0"
66

77
[dependencies]
88
chrono = { workspace = true }

0 commit comments

Comments
 (0)