Skip to content

Commit

Permalink
chore: Release gloo-file 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 5cb69fd commit 7cc8f21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version = "1.64"
[dependencies]
gloo-timers = { version = "0.3", path = "crates/timers", optional = true }
gloo-events = { version = "0.2", path = "crates/events", optional = true }
gloo-file = { version = "0.2", path = "crates/file", optional = true }
gloo-file = { version = "0.3", path = "crates/file", optional = true }
gloo-dialogs = { version = "0.1", path = "crates/dialogs", optional = true }
gloo-storage = { version = "0.2", path = "crates/storage", optional = true }
gloo-render = { version = "0.1", path = "crates/render", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/file/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gloo-file"
description = "Convenience crate for working with JavaScript files and blobs"
version = "0.2.3"
version = "0.3.0"
authors = ["Rust and WebAssembly Working Group"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 7cc8f21

Please sign in to comment.