diff --git a/Cargo.lock b/Cargo.lock index a662826..04d8830 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -838,7 +838,7 @@ dependencies = [ [[package]] name = "rustocat" -version = "0.1.9" +version = "0.1.10" dependencies = [ "async-trait", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 594b424..954ee04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustocat" -version = "0.1.9" +version = "0.1.10" edition = "2021" description = "Socat in rust with many less features and a configuration file" license = "ISC"