Skip to content

Commit 6357c0a

Browse files
committed
Fix: Add base64ct version constraint to avoid edition2024
1 parent cd06f81 commit 6357c0a

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

  • Providers/Blockchain/NextGenSoftware.OASIS.API.Providers.RadixOASIS/contracts

Providers/Blockchain/NextGenSoftware.OASIS.API.Providers.RadixOASIS/contracts/Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ name = "oasis_storage"
99

1010
[dependencies]
1111
scrypto = "1.3.0"
12-
13-
# Pin base64ct to avoid edition2024 requirement (needs Rust 1.82+)
14-
# Rust 1.81 is required for Scrypto WASM compatibility
15-
[patch.crates-io]
16-
base64ct = "=1.7.3"
12+
# Pin base64ct to avoid edition2024 requirement (Rust 1.81 compatibility)
13+
base64ct = "<=1.7.3"
1714

1815
[package.metadata.scrypto]
1916
target = "wasm32-unknown-unknown"

0 commit comments

Comments
 (0)