Skip to content

Commit

Permalink
Merge pull request #16 from Nemo157/serde-derive-again
Browse files Browse the repository at this point in the history
Actually force serde-derive back
  • Loading branch information
Nemo157 authored Aug 19, 2023
2 parents 4a77b10 + fd47bc5 commit bb971d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-dl"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
description = "Cargo subcommand for downloading crate sources"
repository = "https://github.com/Nullus157/cargo-dl"
Expand Down Expand Up @@ -31,7 +31,7 @@ ureq = { version = "2.6.2", default-features = false, features = ["gzip", "brotl
proc-macro2 = { version = "1.0.60", optional = true, default-features = false }

# avoid precompiled binaries https://github.com/serde-rs/serde/issues/2538
serde_derive = { version = "1.0, <1.0.172", optional = true, default-features = false }
serde_derive = { version = "1.0, <1.0.172", default-features = false }

[build-dependencies]
# enforce working minimal-versions
Expand Down

0 comments on commit bb971d0

Please sign in to comment.