Skip to content

Commit

Permalink
chore: Release gloo-timers version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed Aug 11, 2023
1 parent ea42630 commit c500d00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["api-bindings", "wasm"]
rust-version = "1.64"

[dependencies]
gloo-timers = { version = "0.2", path = "crates/timers", optional = true }
gloo-timers = { version = "0.3", path = "crates/timers", optional = true }
gloo-events = { version = "0.1", path = "crates/events", optional = true }
gloo-file = { version = "0.2", path = "crates/file", optional = true }
gloo-dialogs = { version = "0.1", path = "crates/dialogs", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/console/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ features = ["console", "Document"]

[dev-dependencies]
wasm-bindgen-test = "0.3.4"
gloo-timers = { version = "0.2.6", path = "../timers" }
gloo-timers = { version = "0.3.0", path = "../timers" }
2 changes: 1 addition & 1 deletion crates/history/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ features = ["History", "Window", "Location", "Url"]

[dev-dependencies]
wasm-bindgen-test = "0.3"
gloo-timers = { version = "0.2.6", features = ["futures"], path = "../timers" }
gloo-timers = { version = "0.3.0", features = ["futures"], path = "../timers" }

[features]
query = ["thiserror", "serde_urlencoded"]
Expand Down
2 changes: 1 addition & 1 deletion crates/timers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gloo-timers"
description = "Convenience crate for working with JavaScript timers"
version = "0.2.6"
version = "0.3.0"
authors = ["Rust and WebAssembly Working Group"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit c500d00

Please sign in to comment.