diff --git a/Cargo.lock b/Cargo.lock index 49829f1..a990ef8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -393,7 +393,7 @@ dependencies = [ [[package]] name = "unison-fsmonitor" -version = "0.2.5" +version = "0.3.0" dependencies = [ "env_logger", "failure", diff --git a/Cargo.toml b/Cargo.toml index f092372..09c7fdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "unison-fsmonitor" description = "unison-fsmonitor implementation" homepage = "https://github.com/autozimu/unison-fsmonitor" -version = "0.2.5" +version = "0.3.0" authors = ["Junfeng Li "] license = "MIT" edition = "2021"