Browse Source

upgraded versions

pull/16/head v0.4.0
Karan Gauswami 2 years ago
parent
commit
2cf3182cf8
No known key found for this signature in database GPG Key ID: C88FAE6243A24FD3
  1. 2
      Cargo.lock
  2. 2
      Cargo.toml

2
Cargo.lock

@ -828,7 +828,7 @@ dependencies = [
[[package]] [[package]]
name = "sthp" name = "sthp"
version = "0.3.0" version = "0.4.0"
dependencies = [ dependencies = [
"clap", "clap",
"color-eyre", "color-eyre",

2
Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "sthp" name = "sthp"
version = "0.3.0" version = "0.4.0"
license = "MIT" license = "MIT"
authors = ["Karan Gauswami <[email protected]>"] authors = ["Karan Gauswami <[email protected]>"]
edition = "2021" edition = "2021"

Loading…
Cancel
Save