Skip to content

deps: update anchor-lang requirement from 0.30.1 to 1.0.2#12

Closed
dependabot[bot] wants to merge 181 commits into
mainfrom
dependabot/cargo/anchor-lang-1.0.2
Closed

deps: update anchor-lang requirement from 0.30.1 to 1.0.2#12
dependabot[bot] wants to merge 181 commits into
mainfrom
dependabot/cargo/anchor-lang-1.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 31, 2026

Copy link
Copy Markdown

Updates the requirements on anchor-lang to permit the latest version.

Release notes

Sourced from anchor-lang's releases.

v1.0.2

The v1.0.2 release is here.

Check out the release notes from Anchor website or GitHub.

For a list of notable changes with their associated PRs, see the CHANGELOG.

Changelog

Sourced from anchor-lang's changelog.

[1.0.2] - 2026-05-02

Features

Fixes

  • client: Replace solana-program with solana-hash (#4468).
  • lang: Make idl build time way faster by caching CrateContext (#4325).
  • cli: Bind localnet to 127.0.0.1 by default to fix a panic in solana-test-validator version 3.1.10 (#4397).
  • cli: Fallback to a priority fee of 0 on localnet (#4259).
  • lang/syn: Fix compile error with init and a runtime seeds expression (#4495).

Breaking

[1.0.1] - 2026-04-16

Features

Fixes

  • lang: Handle user-provided borsh attributes in derives (#4380).

Breaking

[1.0.0] - 2026-04-02

Features

  • lang: Add Migration<'info, From, To> account type for schema migrations between account types (#4060).
  • cli: Added a check_program_id_mismatch in build time to check if the program ID in the source code matches the program ID in the keypair file (#4018). This check will be skipped during anchor test.
  • lang: Add instruction parser to declare_program! (#4118).
  • ts: Export all IDL types from the root. Users can now update dist/cjs/idl imports to import directly from @anchor-lang/core (#3948).
  • lang: Add declare_program! support with just anchor_client and not anchor_lang (#4157).
  • lang: Export Owners from prelude (#4189).
  • cli: Use surfpool by default for anchor test and anchor localnet commands (#4106).
  • lang: Optimize enums with all unit variants and empty arrays with Lazy (#4237).
  • lang: Include init_if_needed accounts in duplicate mutable account checks (#4239).
  • client: Accept FnMut for events closure (#4024).
  • client: Export all types used by the public API (#4211).
  • lang: Make common::close accept references (#4178).
  • cli/idl: Add --allow-localnet option for IDL commands; fix panic when run outside a workspace (#4252).
  • lang: Check owner on account reload (#3837).
  • lang/ts: Upgrade borsh to 1.5.7 (#4012).
  • syn: Relax seeds syntax to allow more flexible PDA seed expressions (#3813).
  • lang: Deprecate AccountInfo usage in Accounts macro with a compile-time warning (#3854).
  • cli: Update anchor init to use the multiple program template by default (#3958).
  • cli: Add hooks section to Anchor.toml for {pre,post}-{build,test,deploy} lifecycle hooks (#3862).
  • lang: Add generic program validation support to Program type allowing Program<'info> for executable-only validation (#3878).
  • cli: Added litesvm test template and made it the default option on anchor init (#4316)
  • cli: Added --install-agent-skills to automatically install Solana agent skills during anchor init (#4307)

... (truncated)

Commits
  • 1314a6b v1.0.2 (#4501)
  • 3eb1fb0 fix(lang): Improve Program generic key checking logic
  • 415a16b fix(lang/syn): Use first type alias when encountering duplicates (#4500)
  • 900f276 Handle ts-docs and changelog in release CI (#4492)
  • 0cafd39 fix(syn): Fix compile error with init and a runtime seeds expression (#4495)
  • 4d7a17f client: Replace solana-program with solana-hash (#4468)
  • b0866e2 fix(cli): Fallback to a recommended fee of 0 (#4259)
  • 43fc389 fix(cli): bind localnet to 127.0.0.1 by default (#4397)
  • 4700b61 lang: Make idl build time way faster by caching CrateContext (#4325)
  • 4c10bd6 Release: v1.0.1 (#4410)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 31, 2026
@dependabot dependabot Bot requested a review from Colszoo as a code owner May 31, 2026 18:48
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 31, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/cargo/anchor-lang-1.0.2 branch June 2, 2026 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant