Skip to content

Commit 0a1c991

Browse files
committed
chore: bump version to 2.3.1
1 parent 7ce4d71 commit 0a1c991

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.

swift-mt-message-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swift-mt-message-macros"
3-
version = "2.3.0"
3+
version = "2.3.1"
44
edition = "2024"
55
authors = ["Plasmatic Engineering <shankar@goplasmatic.io>"]
66
license = "Apache-2.0"

swift-mt-message/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swift-mt-message"
3-
version = "2.3.0"
3+
version = "2.3.1"
44
edition = "2024"
55
exclude = [".DS_Store", "/target", ".vscode", ".github"]
66
authors = ["Plasmatic Engineering <shankar@goplasmatic.io>"]
@@ -14,7 +14,7 @@ categories = ["data-structures", "development-tools", "parsing"]
1414

1515
[dependencies]
1616
# Macro crate
17-
swift-mt-message-macros = { version = "2.2", path = "../swift-mt-message-macros" }
17+
swift-mt-message-macros = { version = "2.3.1", path = "../swift-mt-message-macros" }
1818

1919
# Core serialization and parsing
2020
serde = { workspace = true }

0 commit comments

Comments
 (0)