update rust toolchain

This commit is contained in:
Hardhat Chad
2024-03-15 01:27:33 +00:00
parent 38e3dda4d2
commit 1328db6c6d
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -2366,7 +2366,7 @@ dependencies = [
[[package]]
name = "ore-program"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"bs58 0.5.0",
"bs64",

View File

@@ -1,5 +1,5 @@
[toolchain]
channel = "1.72.0"
channel = "1.74.0"
components = [ "rustfmt", "rust-analyzer" ]
targets = [ "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "aarch64-apple-darwin"]
profile = "minimal"