From 323c83553c9eba7d52467c4c610645d63b26b0e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 18:40:17 +0000 Subject: [PATCH] fix(deps): update rust crate anchor-lang to 0.30.0 --- .../rock-destroyer/programs/rock-destroyer/Cargo.toml | 2 +- .../tic-tac-toe/programs/tic-tac-toe/Cargo.toml | 2 +- .../tic-tac-toe/programs/tic-tac-toe/Cargo.toml | 2 +- learn-how-to-build-for-mainnet/_answer/programs/todo/Cargo.toml | 2 +- learn-how-to-build-for-mainnet/todo/programs/todo/Cargo.toml | 2 +- learn-how-to-deploy-to-devnet/todo/programs/todo/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build-an-anchor-leaderboard/rock-destroyer/programs/rock-destroyer/Cargo.toml b/build-an-anchor-leaderboard/rock-destroyer/programs/rock-destroyer/Cargo.toml index f223cbfe..3c7bdb56 100644 --- a/build-an-anchor-leaderboard/rock-destroyer/programs/rock-destroyer/Cargo.toml +++ b/build-an-anchor-leaderboard/rock-destroyer/programs/rock-destroyer/Cargo.toml @@ -16,4 +16,4 @@ cpi = ["no-entrypoint"] default = [] [dependencies] -anchor-lang = "0.27.0" +anchor-lang = "0.30.0" diff --git a/learn-anchor-by-building-tic-tac-toe-part-2/tic-tac-toe/programs/tic-tac-toe/Cargo.toml b/learn-anchor-by-building-tic-tac-toe-part-2/tic-tac-toe/programs/tic-tac-toe/Cargo.toml index a0a8a491..70992262 100644 --- a/learn-anchor-by-building-tic-tac-toe-part-2/tic-tac-toe/programs/tic-tac-toe/Cargo.toml +++ b/learn-anchor-by-building-tic-tac-toe-part-2/tic-tac-toe/programs/tic-tac-toe/Cargo.toml @@ -16,6 +16,6 @@ cpi = ["no-entrypoint"] default = [] [dependencies] -anchor-lang = "0.27.0" +anchor-lang = "0.30.0" num-traits = "0.2" num-derive = "0.3" diff --git a/learn-how-to-build-a-client-side-app-part-1/tic-tac-toe/programs/tic-tac-toe/Cargo.toml b/learn-how-to-build-a-client-side-app-part-1/tic-tac-toe/programs/tic-tac-toe/Cargo.toml index 37632c1d..70992262 100644 --- a/learn-how-to-build-a-client-side-app-part-1/tic-tac-toe/programs/tic-tac-toe/Cargo.toml +++ b/learn-how-to-build-a-client-side-app-part-1/tic-tac-toe/programs/tic-tac-toe/Cargo.toml @@ -16,6 +16,6 @@ cpi = ["no-entrypoint"] default = [] [dependencies] -anchor-lang = "0.28.0" +anchor-lang = "0.30.0" num-traits = "0.2" num-derive = "0.3" diff --git a/learn-how-to-build-for-mainnet/_answer/programs/todo/Cargo.toml b/learn-how-to-build-for-mainnet/_answer/programs/todo/Cargo.toml index 0598a943..c7c614be 100644 --- a/learn-how-to-build-for-mainnet/_answer/programs/todo/Cargo.toml +++ b/learn-how-to-build-for-mainnet/_answer/programs/todo/Cargo.toml @@ -16,4 +16,4 @@ cpi = ["no-entrypoint"] default = [] [dependencies] -anchor-lang = { version = "0.28.0", features = ["init-if-needed"] } +anchor-lang = { version = "0.30.0", features = ["init-if-needed"] } diff --git a/learn-how-to-build-for-mainnet/todo/programs/todo/Cargo.toml b/learn-how-to-build-for-mainnet/todo/programs/todo/Cargo.toml index ca3f8d5a..b14cf244 100644 --- a/learn-how-to-build-for-mainnet/todo/programs/todo/Cargo.toml +++ b/learn-how-to-build-for-mainnet/todo/programs/todo/Cargo.toml @@ -16,4 +16,4 @@ cpi = ["no-entrypoint"] default = [] [dependencies] -anchor-lang = { version = "0.28.0", features = [] } +anchor-lang = { version = "0.30.0", features = [] } diff --git a/learn-how-to-deploy-to-devnet/todo/programs/todo/Cargo.toml b/learn-how-to-deploy-to-devnet/todo/programs/todo/Cargo.toml index 0598a943..c7c614be 100644 --- a/learn-how-to-deploy-to-devnet/todo/programs/todo/Cargo.toml +++ b/learn-how-to-deploy-to-devnet/todo/programs/todo/Cargo.toml @@ -16,4 +16,4 @@ cpi = ["no-entrypoint"] default = [] [dependencies] -anchor-lang = { version = "0.28.0", features = ["init-if-needed"] } +anchor-lang = { version = "0.30.0", features = ["init-if-needed"] }