Skip to content

Commit

Permalink
release: bump version (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
easymikey authored May 4, 2023
1 parent ca5a3ea commit 96d3ddb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
authors = ["easymikey <[email protected]>"]
edition = "2021"
name = "lxc-tool"
version = "0.1.3"
version = "0.1.4"

[profile.release]
lto = true
strip = true

[dependencies]
anyhow = "1.0"
clap = {version = "4.0", features = ["derive"]}
clap = { version = "4.0", features = ["derive"] }
futures-util = "0.3.14"
reqwest = { version = "0.11.4", features = ["stream"] }
serde = {version = "1.0", features = ["derive"]}
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
slog = "2.7"
slog-envlogger = "2.2"
slog-scope = "4.4"
slog-syslog = {path = "custom-vendored/slog-syslog"}
slog-syslog = { path = "custom-vendored/slog-syslog" }
tempfile = "3.4.0"
url = { version = "2.3.1", features = ["serde"] }
wait-timeout = "0.2.0"
Expand Down

0 comments on commit 96d3ddb

Please sign in to comment.