mirror of
https://github.com/mii443/merkle.rs.git
synced 2025-08-22 16:05:30 +00:00
update ring
This commit is contained in:
@ -30,7 +30,7 @@ name = "proof"
|
|||||||
harness = false
|
harness = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ring = "0.16.15"
|
ring = "0.17.8"
|
||||||
protobuf = { version = "2.16.2", optional = true }
|
protobuf = { version = "2.16.2", optional = true }
|
||||||
serde = { version = "1.0.114", optional = true }
|
serde = { version = "1.0.114", optional = true }
|
||||||
serde_derive = { version = "1.0.114", optional = true }
|
serde_derive = { version = "1.0.114", optional = true }
|
||||||
|
1
build.rs
1
build.rs
@ -3,6 +3,7 @@ extern crate protoc_rust;
|
|||||||
|
|
||||||
#[cfg(feature = "serialization-protobuf")]
|
#[cfg(feature = "serialization-protobuf")]
|
||||||
fn has_right_protoc_version(version: &str) -> bool {
|
fn has_right_protoc_version(version: &str) -> bool {
|
||||||
|
return true;
|
||||||
use std::process::{Command, Stdio};
|
use std::process::{Command, Stdio};
|
||||||
let protoc = Command::new("protoc")
|
let protoc = Command::new("protoc")
|
||||||
.stdin(Stdio::null())
|
.stdin(Stdio::null())
|
||||||
|
Reference in New Issue
Block a user