|
@@ -32,14 +32,14 @@ bolt-system = { path = "programs/bolt-system", features = ["cpi"], version = "=0
|
|
bolt-component = { path = "programs/bolt-component", features = ["cpi"], version = "=0.1.6"}
|
|
bolt-component = { path = "programs/bolt-component", features = ["cpi"], version = "=0.1.6"}
|
|
|
|
|
|
## External crates
|
|
## External crates
|
|
-anchor-lang = { version = "=0.30.0", features = ["init-if-needed"] }
|
|
|
|
-anchor-cli = { version = "=0.30.0" }
|
|
|
|
-anchor-client = { version = "=0.30.0" }
|
|
|
|
-anchor-syn = { version = "=0.30.0" }
|
|
|
|
-anchor-lang-idl = { version = "=0.1.0" }
|
|
|
|
|
|
+anchor-lang = { version = "=0.30.1", features = ["init-if-needed"] }
|
|
|
|
+anchor-cli = { version = "=0.30.1" }
|
|
|
|
+anchor-client = { version = "=0.30.1" }
|
|
|
|
+anchor-syn = { version = "=0.30.1" }
|
|
|
|
+anchor-spl = { version = "=0.30.1" }
|
|
|
|
+anchor-lang-idl = { version = "=0.1.1" }
|
|
solana-program = { version = "=1.18" }
|
|
solana-program = { version = "=1.18" }
|
|
solana-client = { version = "=1.16" }
|
|
solana-client = { version = "=1.16" }
|
|
-anchor-spl = { version = "=0.30.0" }
|
|
|
|
solana-security-txt = "1.1.1"
|
|
solana-security-txt = "1.1.1"
|
|
tuple-conv = "1.0.1"
|
|
tuple-conv = "1.0.1"
|
|
syn = { version = "1.0.60", features = ["full"] }
|
|
syn = { version = "1.0.60", features = ["full"] }
|