-
Notifications
You must be signed in to change notification settings - Fork 11
deps: bump near-sdk to 5.2 #137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ authors = ["Aurora Labs <hello@aurora.dev>"] | |
| # An update of the MSRV requires updating: | ||
| # - `rust-toolchain` files in `near-plugins-derive/tests/contracts/**` | ||
| # - the toolchain installed in CI via the `toolchain` parameter of `actions-rs/toolchain@v1` | ||
| rust-version = "1.74.0" | ||
| rust-version = "1.76.0" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is the MSRV bump required due to dependency updates?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unfortunately yes. The
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Heads up for the Bridge team that the MSRV is bumped here, cc @karim-en. |
||
| description = "Ergonomic plugin system to extend NEAR contracts." | ||
| license = "CC0-1.0" | ||
| readme = "README.md" | ||
|
|
@@ -23,14 +23,14 @@ keywords = ["near", "smart contract", "plugin"] | |
|
|
||
| [workspace.dependencies] | ||
| bitflags = "1.3" | ||
| near-sdk = "5.1.0" | ||
| near-sdk = "5.2" | ||
|
mooori marked this conversation as resolved.
|
||
| near-plugins = { path = "near-plugins" } | ||
| near-plugins-derive = { path = "near-plugins-derive" } | ||
| serde = "1" | ||
| anyhow = "1.0" | ||
| tokio = { version = "1", features = ["full"] } | ||
| near-workspaces = "0.10" | ||
| toml = "0.5" | ||
| near-workspaces = "0.11" | ||
| toml = "0.8" | ||
| darling = "0.13.1" | ||
| proc-macro2 = "1.0" | ||
| quote = "1.0.9" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| [toolchain] | ||
| channel = "1.74.0" | ||
| channel = "1.76.0" | ||
| components = ["clippy", "rustfmt"] | ||
| targets = [ "wasm32-unknown-unknown" ] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| [toolchain] | ||
| channel = "1.74.0" | ||
| channel = "1.76.0" | ||
| components = ["clippy", "rustfmt"] | ||
| targets = [ "wasm32-unknown-unknown" ] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| [toolchain] | ||
| channel = "1.74.0" | ||
| channel = "1.76.0" | ||
| components = ["clippy", "rustfmt"] | ||
| targets = [ "wasm32-unknown-unknown" ] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| [toolchain] | ||
| channel = "1.74.0" | ||
| channel = "1.76.0" | ||
| components = ["clippy", "rustfmt"] | ||
| targets = [ "wasm32-unknown-unknown" ] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| [toolchain] | ||
| channel = "1.74.0" | ||
| channel = "1.76.0" | ||
| components = ["clippy", "rustfmt"] | ||
| targets = [ "wasm32-unknown-unknown" ] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| [toolchain] | ||
| channel = "1.74.0" | ||
| channel = "1.76.0" | ||
| components = ["clippy", "rustfmt"] | ||
| targets = [ "wasm32-unknown-unknown" ] |
Uh oh!
There was an error while loading. Please reload this page.