Skip to content

Commit

Permalink
chore: Bump cargo version to 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed May 17, 2023
1 parent 32ce590 commit f42565e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.1.23

* Upgrade Indexer Framework to be based on [nearcore 1.33.0-rc.1](https://github.com/near/nearcore/releases/tag/1.34.0-rc.1)
* Updated the minimal Rust version to `1.68.2`

## 0.1.22

* Upgrade Indexer Framework to be based on [nearcore 1.33.0-rc.1](https://github.com/near/nearcore/releases/tag/1.33.0-rc.1)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "near-lake"
version = "0.1.22"
version = "0.1.23"
authors = ["Near Inc <[email protected]>"]
edition = "2021"
rust-version = "1.68.2"
Expand Down

0 comments on commit f42565e

Please sign in to comment.