Skip to content

Commit aa5d4df

Browse files
committed
revision: update version
1 parent b336e29 commit aa5d4df

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

.vscode/settings.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
"rust-analyzer.cargo.features": [
3-
"clipboard",
4-
"geolocation",
5-
"utils",
6-
"i18n"
3+
"desktop-testing"
74
],
8-
//"rust-analyzer.check.allTargets": true,
9-
}
5+
}

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[workspace]
2+
resolver = "2"
23
members = [
34
"std",
45
"examples/*",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ sudo apt-get install xorg-dev
7979
You can add `dioxus-std` to your application by adding it to your dependencies.
8080
```toml
8181
[dependencies]
82-
dioxus-std = { version = "0.4", features = [] }
82+
dioxus-std = { version = "0.4.1", features = [] }
8383
```
8484

8585
## License

std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dioxus-std"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Jonathan Kelley", "Dioxus Labs", "ealmloff", "DogeDark", "marc2332"]
55
edition = "2021"
66
description = "Platform agnostic library for supercharging your productivity with Dioxus"

0 commit comments

Comments
 (0)