Skip to content

Commit

Permalink
Solve proc-macro build issue on nightly, see rust-lang/rust#113152
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoPonzi committed Aug 11, 2023
1 parent 8d11abd commit 50608de
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 119 deletions.
161 changes: 44 additions & 117 deletions 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,7 +1,7 @@
[package]
name = "horust"
version = "0.1.7"
authors = ["Federico Ponzi <federico.ponzi92@gmail.com>"]
authors = ["Federico Ponzi <me@fponzi.me>"]
description = "A complete supervisor and init system, designed for running in containers."
edition = "2021"
license = "MIT"
Expand All @@ -13,7 +13,7 @@ categories = ["command-line-utilities"]
include = ["src/**/*", "Cargo.*", "LICENSE.txt", "README.md", "/example_services/**/*"]

[dependencies]
clap = { version = "4.1.6", features = ["derive"] }
clap = { version = "4.3.21", features = ["derive"] }
crossbeam = "~0.8"
env_logger = "0.10.0"
humantime-serde = "~1.1"
Expand Down

0 comments on commit 50608de

Please sign in to comment.