Skip to content

Commit

Permalink
build: avoid downgrading serde
Browse files Browse the repository at this point in the history
  • Loading branch information
chokobole committed Jun 5, 2024
1 parent 9ff2401 commit 49871e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
37 changes: 1 addition & 36 deletions Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "6e8c5a03634985e0207ec86924f999ed552cb1cad813cb9d0745a83b4c481ad8",
"checksum": "c0348955d885006a0765c8162a7ffefe534b48e9db5ccc6e1835d789abcf665b",
"crates": {
"addchain 0.2.0": {
"name": "addchain",
Expand Down Expand Up @@ -3332,40 +3332,6 @@
},
"license": "MIT OR Apache-2.0"
},
"direct-cargo-bazel-deps 0.0.1": {
"name": "direct-cargo-bazel-deps",
"version": "0.0.1",
"repository": null,
"targets": [
{
"Library": {
"crate_name": "direct_cargo_bazel_deps",
"crate_root": ".direct_cargo_bazel_deps.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "direct_cargo_bazel_deps",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "serde 1.0.164",
"target": "serde"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.0.1"
},
"license": null
},
"either 1.11.0": {
"name": "either",
"version": "1.11.0",
Expand Down Expand Up @@ -9716,7 +9682,6 @@
"arkworks_poseidon_benchmark 0.0.1": "benchmark/poseidon/arkworks",
"bellman_benchmark 0.0.1": "benchmark/msm/bellman",
"bellman_fft_benchmark 0.0.1": "benchmark/fft/bellman",
"direct-cargo-bazel-deps 0.0.1": "",
"halo2_fft_benchmark 0.0.1": "benchmark/fft/halo2",
"halo2_msm_benchmark 0.0.1": "benchmark/msm/halo2",
"horizen_poseidon2_benchmark 0.0.1": "benchmark/poseidon2/horizen",
Expand Down
4 changes: 0 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ crates_repository(
"//tachyon/rs:Cargo.toml",
"//vendors/halo2:Cargo.toml",
],
packages = {
# See https://github.com/bazelbuild/rules_rust/issues/2071#issuecomment-1656204269
"serde": crate.spec(version = "=1.0.164"),
},
)

load(
Expand Down

0 comments on commit 49871e9

Please sign in to comment.