Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Canop committed Oct 16, 2023
1 parent da415ea commit eecc8cf
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "dysk"
version = "2.8.2"
authors = ["dystroy <denys.seguret@gmail.com>"]
edition = "2021"
edition = "2018"
keywords = ["linux", "filesystem", "fs", "lfs", "disk"]
license = "MIT"
categories = ["filesystem", "command-line-utilities"]
Expand All @@ -14,6 +14,7 @@ readme = "README.md"
rust-version = "1.70"
exclude = ["website", "dysk*.zip"]
build = "build.rs"
resolver = "1"

[dependencies]
dysk-cli = { version = "2.8.2", path = "cli" } # beware: version is also in build dependencies
Expand Down
11 changes: 4 additions & 7 deletions cli/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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ file-size = "1.0.3"
lfs-core = "0.11.2"
serde = "1.0"
serde_json = "1.0"
termimad = "0.25.4"
termimad = "0.25.5"

[profile.release]
strip = true

[patch.crates-io]
# termimad = { path = "../termimad" }
# termimad = { path = "../../termimad" }

0 comments on commit eecc8cf

Please sign in to comment.