Skip to content

Commit

Permalink
Remove argh from lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexagon committed Aug 1, 2023
1 parent 7f21204 commit 924dc75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "fift"
description = "Rust implementation of the Fift esoteric language"
repository = "https://github.com/broxus/fift"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
rust-version = "1.70"
include = ["src/**/*.rs", "src/**/*.fif", "LICENSE-*", "README.md"]
Expand All @@ -15,7 +15,6 @@ name = "fift"
members = ["proc", "cli"]

[dependencies]
argh = "0.1"
ahash = "0.8"
base64 = "0.21"
dyn-clone = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ path = "src/main.rs"
[dependencies]
argh = "0.1"

fift = { path = "..", version = "=0.1.1" }
fift = { path = "..", version = "0.1.2" }

0 comments on commit 924dc75

Please sign in to comment.