diff --git a/Cargo.lock b/Cargo.lock index 6fd279e..92b419d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -90,6 +90,8 @@ dependencies = [ [[package]] name = "cherrybomb-engine" version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8dbae9f28b8112520b2f6b8d89094ab685a558c6b508504825adf42b8ccf2c74" dependencies = [ "anyhow", "base64 0.13.1", diff --git a/cherrybomb-engine/Cargo.toml b/cherrybomb-engine/Cargo.toml index 1d87b9a..853c759 100644 --- a/cherrybomb-engine/Cargo.toml +++ b/cherrybomb-engine/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cherrybomb-oas = "^0.1" +cherrybomb-oas = "0.1" anyhow = "1.0.66" thiserror = "1.0.37" serde_json = "^1.0"