Skip to content

Commit b86eac0

Browse files
committed
fix solana-sysvar
1 parent 1ff4d83 commit b86eac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ solana-pubkey = { version = "4", features = ["borsh", "bytemuck", "serde"] }
8383
solana-sdk-ids = "3.0.0"
8484
solana-stake-interface = { version = "2.0.0", features = ["sysvar", "bincode"] }
8585
solana-system-interface = "2.0.0"
86-
solana-sysvar = { version = "3.0.0", features = ["bincode"] }
86+
solana-sysvar = { version = "~3.0.0", features = ["bincode"] }
8787
solana-sysvar-id = "3.0.0"
8888
thiserror = "1"
8989

0 commit comments

Comments
 (0)