Skip to content

Commit

Permalink
Version Bump 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex committed Aug 16, 2021
1 parent 997848b commit a16b422
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 34 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rfd"
version = "0.4.2"
version = "0.4.3"
edition = "2018"

authors = ["Poly <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![version](https://img.shields.io/crates/v/rfd.svg)](https://crates.io/crates/rfd)
[![Documentation](https://docs.rs/rfd/badge.svg)](https://docs.rs/rfd)
[![dependency status](https://deps.rs/crate/rfd/0.4.2/status.svg)](https://deps.rs/crate/rfd/0.4.2)
[![dependency status](https://deps.rs/crate/rfd/0.4.3/status.svg)](https://deps.rs/crate/rfd/0.4.3)

Rusty file dialogs for Windows, Linux (GTK), MacOS And WASM32.

Expand Down
89 changes: 62 additions & 27 deletions examples/winit-example/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a16b422

Please sign in to comment.