mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-26 14:00:51 +00:00
cargo: depend on now-released thrift
0.17.0
This should let us publish our crates to crates.io.
This commit is contained in:
parent
f5fc3c35f5
commit
dfde44255c
3 changed files with 3 additions and 6 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -1768,7 +1768,8 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "thrift"
|
||||
version = "0.17.0"
|
||||
source = "git+https://github.com/apache/thrift?rev=4d493e867b349f3475203ef9848353b315203c51#4d493e867b349f3475203ef9848353b315203c51"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09"
|
||||
dependencies = [
|
||||
"byteorder",
|
||||
"integer-encoding",
|
||||
|
|
|
@ -44,9 +44,6 @@
|
|||
|
||||
cargoLock = {
|
||||
lockFile = "${self}/Cargo.lock";
|
||||
outputHashes = {
|
||||
"thrift-0.17.0" = "sha256-Zczwq6zRKPXXj7JR0X/0Osl1Lafo5r+2wK5tuWJbvI8=";
|
||||
};
|
||||
};
|
||||
nativeBuildInputs = [
|
||||
pkg-config gzip makeWrapper
|
||||
|
|
|
@ -38,8 +38,7 @@ regex = "1.7.0"
|
|||
serde_json = "1.0.89"
|
||||
tempfile = "3.3.0"
|
||||
thiserror = "1.0.37"
|
||||
# thrift v0.17.0 (specified by hash for security reasons)
|
||||
thrift = { git = "https://github.com/apache/thrift", rev = "4d493e867b349f3475203ef9848353b315203c51", default-features = false, optional = true }
|
||||
thrift = { version = "0.17.0", default-features = false, optional = true }
|
||||
uuid = { version = "1.2.2", features = ["v4"] }
|
||||
whoami = "1.2.3"
|
||||
zstd = "0.12.0"
|
||||
|
|
Loading…
Reference in a new issue