This commit is contained in:
abbie 2022-05-14 22:27:49 +01:00
parent 0a928c5f25
commit ba8db65606
No known key found for this signature in database
GPG key ID: 04DDE463F9200F87
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -66,7 +66,7 @@ dependencies = [
[[package]] [[package]]
name = "foodie" name = "foodie"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"clap", "clap",
"termios", "termios",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "foodie" name = "foodie"
version = "0.1.0" version = "0.1.1"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html