Skip to content

Commit

Permalink
Version bump 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex committed Jan 17, 2022
1 parent c9bd8e6 commit 8c97ae1
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 138 deletions.
2 changes: 1 addition & 1 deletion 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.6.3"
version = "0.6.4"
edition = "2021"

authors = ["Poly <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions 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.6.1/status.svg)](https://deps.rs/crate/rfd/0.6.1)
[![dependency status](https://deps.rs/crate/rfd/0.6.4/status.svg)](https://deps.rs/crate/rfd/0.6.4)

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

Expand Down Expand Up @@ -43,7 +43,7 @@ let data = file.read().await;

| API Stability |
| ------------- |
| 🚧 |
| 🚧 |

| Feature | Linux | Windows | MacOS [1] | Wasm32 |
| ------------ | ----- | ------- | --------- | ------ |
Expand Down
Loading

0 comments on commit 8c97ae1

Please sign in to comment.