Skip to content

Commit

Permalink
version 0.3.17 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 14, 2024
1 parent 521e562 commit 996935e
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 136 deletions.
124 changes: 59 additions & 65 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ solana = "1.18.18"
# Specify Rust toolchains for rustfmt, clippy, and build.
# Any unprovided toolchains default to stable.
[workspace.metadata.toolchains]
format = "1.81.0"
lint = "1.81.0"
format = "1.82.0"
lint = "1.82.0"
4 changes: 2 additions & 2 deletions clients/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"homepage": "https://github.com/solana-program/counter-anchor#readme",
"license": "MIT",
"peerDependencies": {
"@solana/web3.js": "2.0.0-rc.4"
"@solana/web3.js": "^2.0.0"
},
"devDependencies": {
"@ava/typescript": "^4.1.0",
"@solana/eslint-config-solana": "^3.0.3",
"@solana/web3.js": "2.0.0-rc.4",
"@solana/web3.js": "^2.0.0",
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
Expand Down
Loading

0 comments on commit 996935e

Please sign in to comment.