Skip to content

Commit 66cd851

Browse files
authored
Merge pull request #10365 from LawnGnome/undo-resolver-3-patch
deps: update to `cargo-manifest` 0.18.0 for real
2 parents 236d90a + b0453b8 commit 66cd851

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

Cargo.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,7 @@ axum-extra = { version = "=0.10.0", features = ["erased-json", "query", "typed-h
5353
base64 = "=0.22.1"
5454
bigdecimal = { version = "=0.4.7", features = ["serde"] }
5555
bon = "=3.3.2"
56-
# Temporarily use cargo-manifest 0.17.0 + the commit to fix
57-
# https://github.com/LukeMathWalker/cargo-manifest/issues/63 cherry picked on
58-
# top to unblock resolver v3 support.
59-
cargo-manifest = { git = "https://github.com/LawnGnome/cargo-manifest", rev = "5c256c6c3c2507438c501ecfa5c39b4ab5ccf5a9" }
56+
cargo-manifest = "=0.18.0"
6057
colored = "=3.0.0"
6158
crates_io_cdn_logs = { path = "crates/crates_io_cdn_logs" }
6259
crates_io_database = { path = "crates/crates_io_database" }

crates/crates_io_tarball/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ workspace = true
1111
builder = ["dep:flate2", "dep:tar"]
1212

1313
[dependencies]
14-
# Temporarily use cargo-manifest 0.17.0 + the commit to fix
15-
# https://github.com/LukeMathWalker/cargo-manifest/issues/63 cherry picked on
16-
# top to unblock resolver v3 support.
17-
cargo-manifest = { git = "https://github.com/LawnGnome/cargo-manifest", rev = "5c256c6c3c2507438c501ecfa5c39b4ab5ccf5a9" }
14+
cargo-manifest = "=0.18.0"
1815
flate2 = { version = "=1.0.35", optional = true }
1916
serde = { version = "=1.0.217", features = ["derive"] }
2017
serde_json = "=1.0.135"

0 commit comments

Comments
 (0)