Skip to content

Commit

Permalink
bump neard version
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenwang1996 committed Aug 11, 2020
1 parent 4701628 commit a1c5d20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion neard/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neard"
version = "1.10.0-beta.1"
version = "1.10.0-beta.2"
authors = ["Near Inc <hello@nearprotocol.com>"]
edition = "2018"
default-run = "neard"
Expand All @@ -25,6 +25,7 @@ borsh = "0.7.0"
tracing = "0.1.13"
tracing-subscriber = "0.2.4"
num-rational = { version = "0.2.4", features = ["serde"] }
openssl-probe = { version = "0.1.2" }

near-actix-utils = { path = "../utils/actix" }
near-crypto = { path = "../core/crypto" }
Expand Down

0 comments on commit a1c5d20

Please sign in to comment.