diff --git a/Cargo.toml b/Cargo.toml index f4a5bdfa..a4214b8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oktaws" -version = "0.9.1" +version = "0.9.2" authors = ["Jonathan Morley "] [dependencies] diff --git a/appveyor.yml b/appveyor.yml index f6d29093..da5a901e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,7 @@ environment: RUST_VERSION: stable # TODO Update this to match the name of your project. - CRATE_NAME: trust + CRATE_NAME: oktaws # TODO These are all the build jobs. Adjust as necessary. Comment out what you # don't need