Skip to content

Commit

Permalink
Update cargo to 0.73.1
Browse files Browse the repository at this point in the history
Gives us the fix to rust-lang/cargo#12562
  • Loading branch information
est31 committed Aug 26, 2023
1 parent 07f2a8e commit dda4019
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 1 addition & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,13 @@ vendored-libgit2 = ["cargo/vendored-libgit2"]

[dependencies]
nu-ansi-term = "0.49.0"
cargo = "0.73"
cargo = "0.73.1"
cargo-util = "0.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
clap = { version = "4.0", features = ["derive"] }
anyhow = "1.0"

# Needed for windows build support with cargo 0.73
[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.48"
features = [
"Win32_System_IO",
"Win32_Foundation",
"Win32_Storage_FileSystem",
"Win32_System_Console",
"Win32_System_Threading",
"Win32_System_JobObjects",
]

[dev-dependencies]
pretty_assertions = "1.0"
tempfile = "3.1"
Expand Down

0 comments on commit dda4019

Please sign in to comment.