Skip to content

Commit 65fa63b

Browse files
committed
chore: Update dependencies and SDK versions to 2.1.3
1 parent 438e4a4 commit 65fa63b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99
exclude = ["examples/"]
1010

1111
[workspace.package]
12-
version = "2.1.2"
12+
version = "2.1.3"
1313

1414
# Special triple # comment for ci.
1515
[patch.crates-io]

unc-sdk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ required-features = ["abi", "unstable"]
2121
# Provide unc_bidgen macros.
2222
serde = { version = "1", features = ["derive"] }
2323
serde_json = "1"
24-
unc-sdk-macros = { path = "../unc-sdk-macros", version = "2.0.6" }
25-
unc-sys = { path = "../unc-sys", version = "2.0.6" }
24+
unc-sdk-macros = { path = "../unc-sdk-macros", version = "2.1.3" }
25+
unc-sys = { path = "../unc-sys", version = "2.1.3" }
2626
base64 = "0.22.0"
2727
borsh = { version = "1.0.0", features = ["derive"] }
2828
bs58 = "0.5"

0 commit comments

Comments
 (0)