Skip to content
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

chore: bump version of near-workspaces #1094

Merged
merged 21 commits into from
Oct 8, 2023
Merged

Conversation

iho
Copy link
Contributor

@iho iho commented Oct 5, 2023

No description provided.

Cargo.toml Outdated Show resolved Hide resolved
examples/callback-results/Cargo.toml Outdated Show resolved Hide resolved
examples/factory-contract/Cargo.toml Outdated Show resolved Hide resolved
examples/fungible-token/Cargo.toml Outdated Show resolved Hide resolved
examples/fungible-token/Cargo.toml Outdated Show resolved Hide resolved
examples/lockable-fungible-token/Cargo.toml Outdated Show resolved Hide resolved
examples/non-fungible-token/Cargo.toml Outdated Show resolved Hide resolved
near-contract-standards/Cargo.toml Outdated Show resolved Hide resolved
near-sdk/Cargo.toml Outdated Show resolved Hide resolved
examples/adder/Cargo.lock Outdated Show resolved Hide resolved

cross-contract-high-level = { path = "./high-level" }
cross-contract-low-level = { path = "./low-level" }


[patch.crates-io]
near-sdk = { path = "../../near-sdk" }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 9 probably also has to be changed to version to follow the pattern

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@iho iho requested a review from frol October 6, 2023 12:07
near-sdk/src/store/tree_map/entry.rs Outdated Show resolved Hide resolved
@iho iho marked this pull request as ready for review October 6, 2023 16:40
@@ -14,12 +14,11 @@ jobs:
matrix:
platform: [ubuntu-latest, macos-latest]
# after fix of https://github.com/near/nearcore/pull/9140#issuecomment-1576655073, it should be [stable]
toolchain: [1.69.0]
toolchain: [1.70.0]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@frol should it be stable according to comment on 16?

Copy link
Contributor Author

@iho iho Oct 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed to stable. Thanks

@@ -23,6 +23,9 @@ debug = false
panic = "abort"
overflow-checks = true

[patch.crates-io]
near-sdk = { path = "../../near-sdk" }

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

similarly version probably skipped here on line 11

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Done

@iho iho requested a review from frol October 7, 2023 17:30
@frol frol merged commit 3edc4ce into near:master Oct 8, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants