Skip to content

Commit

Permalink
Merge pull request #25 from themadprofessor/local_and_version
Browse files Browse the repository at this point in the history
Specify libprotonup with both path and version
  • Loading branch information
auyer committed Jun 9, 2024
2 parents 41bd568 + f4e4eaa commit 465b3e9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions protonup-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,16 @@ depends = "$auto"
section = "utility"
priority = "optional"
assets = [
["target/release/protonup-rs", "usr/bin/", "755"],
["../README.md", "usr/share/doc/protonup-rs/README", "644"],
["target/release/protonup-rs", "usr/bin/", "755"],
["../README.md", "usr/share/doc/protonup-rs/README", "644"],
]

[dependencies]

anyhow = "1.0"
arcstr = "1.2"
futures-util = "0.3"
# Use this to use the local changes in libprotonup.
libprotonup = { path = "../libprotonup" }
# This is necessary to publish to crates.io
# libprotonup = { version = "0.8.1" }
libprotonup = { path = "../libprotonup", version = "0.8.1" }
inquire = { version = "0.7", default-features = false, features = ["termion"] }
indicatif = { version = "0.17", features = [
"improved_unicode",
Expand Down

0 comments on commit 465b3e9

Please sign in to comment.