Skip to content

Commit

Permalink
chore: bump crates version to 0.17.0 (near#9108)
Browse files Browse the repository at this point in the history
Tagged: https://github.com/near/nearcore/releases/tag/crates-0.17.0

A bunch of new crates have been introduced into the workspace that are now expected to be published going forward.

These crates depend on the current state (repo version) of our already published crates which introduces a conflict.

This patch reconsolidates the versions across the workspace to `0.17.0` following a series of fixes to the publishing pipeline.

Check here for a full changelog: near/nearcore@crates-0.16.1...master
  • Loading branch information
miraclx authored May 26, 2023
1 parent a782a6a commit c1b4fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"

[workspace.metadata.workspaces]
# shared version of all public crates in the workspace
version = "0.16.1"
version = "0.17.0"
exclude = ["neard"]

[workspace]
Expand Down

0 comments on commit c1b4fec

Please sign in to comment.