KaranGauswami
3 years ago
No known key found for this signature in database
GPG Key ID: 521E5CB2B400CA51
2 changed files with
6 additions and
6 deletions
-
Cargo.lock
-
Cargo.toml
|
|
@ -670,9 +670,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "quote" |
|
|
|
version = "1.0.18" |
|
|
|
version = "1.0.19" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1" |
|
|
|
checksum = "f53dc8cf16a769a6f677e09e7ff2cd4be1ea0f48754aac39520536962011de0d" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
] |
|
|
@ -769,7 +769,7 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sthp" |
|
|
|
version = "0.2.0" |
|
|
|
version = "0.3.0" |
|
|
|
dependencies = [ |
|
|
|
"clap", |
|
|
|
"color-eyre", |
|
|
@ -791,9 +791,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "syn" |
|
|
|
version = "1.0.96" |
|
|
|
version = "1.0.98" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf" |
|
|
|
checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
[package] |
|
|
|
name = "sthp" |
|
|
|
version = "0.2.0" |
|
|
|
version = "0.3.0" |
|
|
|
license = "MIT" |
|
|
|
authors = ["Karan Gauswami <[email protected]>"] |
|
|
|
edition = "2021" |
|
|
|