diff --git a/crates/console/Cargo.toml b/crates/console/Cargo.toml index 2ff63ed2..93690074 100644 --- a/crates/console/Cargo.toml +++ b/crates/console/Cargo.toml @@ -25,4 +25,4 @@ features = [ [dev-dependencies] wasm-bindgen-test = "0.3.4" -gloo-timers = { version = "0.2.5", path = "../timers" } +gloo-timers = { version = "0.2.6", path = "../timers" } diff --git a/crates/history/Cargo.toml b/crates/history/Cargo.toml index 49b75801..696a7bf4 100644 --- a/crates/history/Cargo.toml +++ b/crates/history/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gloo-history" -version = "0.1.2" +version = "0.1.3" description = "Universal Session History" authors = ["Rust and WebAssembly Working Group"] edition = "2018" @@ -31,7 +31,7 @@ features = [ [dev-dependencies] wasm-bindgen-test = "0.3" serde = { version = "1", features = ["derive"] } -gloo-timers = { version = "0.2.5", features = ["futures"], path = "../timers" } +gloo-timers = { version = "0.2.6", features = ["futures"], path = "../timers" } [features] query = ["thiserror", "serde_urlencoded"] diff --git a/crates/net/Cargo.toml b/crates/net/Cargo.toml index 39a76cf8..b23a828f 100644 --- a/crates/net/Cargo.toml +++ b/crates/net/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gloo-net" -version = "0.2.5" +version = "0.2.6" authors = ["Rust and WebAssembly Working Group", "Muhammad Hamza "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/timers/Cargo.toml b/crates/timers/Cargo.toml index b813b264..cc4ea625 100644 --- a/crates/timers/Cargo.toml +++ b/crates/timers/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gloo-timers" description = "Convenience crate for working with JavaScript timers" -version = "0.2.5" +version = "0.2.6" authors = ["Rust and WebAssembly Working Group"] edition = "2018" license = "MIT/Apache-2.0"