Skip to content

Commit

Permalink
chore: add versions
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Jan 23, 2024
1 parent 3e8447c commit 972d7ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/packager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ libflate = "2.0"
strsim = "0.10"
schemars = { workspace = true, optional = true }
native-tls = { version = "0.2", optional = true }
cargo-packager-utils = { path = "../utils" , features = ["serde"] }
cargo-packager-utils = { version = "0.0.0", path = "../utils" , features = ["serde"] }

[target."cfg(target_os = \"windows\")".dependencies]
winreg = "0.52"
Expand Down
2 changes: 1 addition & 1 deletion crates/resource-resolver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ features = ["auto-detect-format"]

[dependencies]
thiserror = { workspace = true }
cargo-packager-utils = { path = "../utils", default-features = false }
cargo-packager-utils = { version = "0.0.0", path = "../utils", default-features = false }
log = "0.4.20"
heck = "0.4.1"

Expand Down
2 changes: 1 addition & 1 deletion crates/updater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ native-tls-vendored = ["reqwest/native-tls-vendored"]
rustls-tls = ["reqwest/rustls-tls"]

[dependencies]
cargo-packager-utils = { path = "../utils" }
cargo-packager-utils = { version = "0.0.0", path = "../utils" }

reqwest = { version = "0.11", default-features = false, features = [
"json",
Expand Down

0 comments on commit 972d7ab

Please sign in to comment.