Skip to content

Commit b0272fa

Browse files
Bump Anchor to 1.0.2
1 parent 2b86845 commit b0272fa

4 files changed

Lines changed: 29 additions & 29 deletions

File tree

Cargo.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ sha2 = "0.10"
181181
hex = "0.4"
182182
litesvm = "0.12"
183183
# Anchor
184-
anchor-lang = { version = "1.0.0-rc.5" }
185-
anchor-spl = { version = "1.0.0-rc.5" }
184+
anchor-lang = { version = "1.0.2" }
185+
anchor-spl = { version = "1.0.2" }
186186
light-anchor-spl = { path = "external/anchor/spl", features = ["memo"] }
187187

188188
# Borsh (anchor 1.0 uses borsh 1.x)

external/anchor

Submodule anchor updated 664 files

scripts/devenv/versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export PHOTON_VERSION=$(grep '^version' "${REPO_ROOT}/external/photon/Cargo.toml
1212
# Versions to bump manually (edit below)
1313
export NODE_VERSION="22.16.0"
1414
export SOLANA_VERSION="4.0.0-rc.0"
15-
export ANCHOR_VERSION="1.0.0-rc.5"
15+
export ANCHOR_VERSION="1.0.2"
1616
export JQ_VERSION="1.8.0"
1717
export REDIS_VERSION="8.0.1"
1818

0 commit comments

Comments
 (0)