diff --git a/Cargo.lock b/Cargo.lock index 0f9d1ae..dd032b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1165,7 +1165,7 @@ dependencies = [ [[package]] name = "reminder_rs" -version = "0.1.6" +version = "1.0.0-rc.6" dependencies = [ "Inflector", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 25cecca..d5d2580 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reminder_rs" -version = "0.1.6" +version = "1.0.0-rc.6" authors = ["jellywx "] edition = "2018"