Skip to content

Commit

Permalink
revision: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
DogeDark committed Nov 14, 2023
1 parent b336e29 commit aa5d4df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
8 changes: 2 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"rust-analyzer.cargo.features": [
"clipboard",
"geolocation",
"utils",
"i18n"
"desktop-testing"
],
//"rust-analyzer.check.allTargets": true,
}
}
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"std",
"examples/*",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ sudo apt-get install xorg-dev
You can add `dioxus-std` to your application by adding it to your dependencies.
```toml
[dependencies]
dioxus-std = { version = "0.4", features = [] }
dioxus-std = { version = "0.4.1", features = [] }
```

## License
Expand Down
2 changes: 1 addition & 1 deletion std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dioxus-std"
version = "0.4.0"
version = "0.4.1"
authors = ["Jonathan Kelley", "Dioxus Labs", "ealmloff", "DogeDark", "marc2332"]
edition = "2021"
description = "Platform agnostic library for supercharging your productivity with Dioxus"
Expand Down

0 comments on commit aa5d4df

Please sign in to comment.