Skip to content

Commit 00435ea

Browse files
committed
use generic-array-struct bc
1 parent 3da4d0d commit 00435ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
@@ -13,7 +13,7 @@ edition = "2021"
1313
# and enable individual features in indiv crates
1414
borsh = { version = "^1", default-features = false }
1515
const-crypto = { version = "^0.3", default-features = false }
16-
generic-array-struct = { version = "^0.2", default-features = false }
16+
generic-array-struct = { version = "=0.3.0-bc", default-features = false }
1717

1818
# dev deps
1919
bs58 = { version = "^0.5", default-features = false }

0 commit comments

Comments
 (0)