Skip to content

Commit a1c5d20

Browse files
author
Bowen Wang
committed
bump neard version
1 parent 4701628 commit a1c5d20

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

neard/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "neard"
3-
version = "1.10.0-beta.1"
3+
version = "1.10.0-beta.2"
44
authors = ["Near Inc <hello@nearprotocol.com>"]
55
edition = "2018"
66
default-run = "neard"
@@ -25,6 +25,7 @@ borsh = "0.7.0"
2525
tracing = "0.1.13"
2626
tracing-subscriber = "0.2.4"
2727
num-rational = { version = "0.2.4", features = ["serde"] }
28+
openssl-probe = { version = "0.1.2" }
2829

2930
near-actix-utils = { path = "../utils/actix" }
3031
near-crypto = { path = "../core/crypto" }

0 commit comments

Comments
 (0)