Skip to content

Commit

Permalink
chore: Core version is now set manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Le0X8 committed Jul 31, 2024
1 parent 19ab4fd commit 6fb858c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
acridotheres_core = { git = "https://github.com/acridotheres/core.git", branch = "main" }
acridotheres_core = { git = "https://github.com/acridotheres/core.git", tag="v0.1.1" }
byte-unit = { version = "5.1.4", features = ["u128"] }
clap = { version = "4.5.7", features = ["derive"] }

0 comments on commit 6fb858c

Please sign in to comment.