Skip to content

Commit b0b5681

Browse files
rydbmarc2332
andauthored
removed generational box dependency, loosened tracing version requirment (#28)
* removed generational box dep, loosened tracing version requirment * removed cargo lock * added cargo lock to .git ignore * bumped README dioxus version to 0.7 * Bump version from 0.7.0 to 0.7.1 --------- Co-authored-by: Marc Espin <mespinsanz@gmail.com>
1 parent bf7cf1f commit b0b5681

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/target
2+
Cargo.lock

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dioxus-radio"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55
description = "Fully-typed global state management with a topics subscription system for Dioxus 🧬"
66
readme = "./README.md"
@@ -15,11 +15,10 @@ tracing = ["dep:tracing", "dep:itertools"]
1515

1616
[dependencies]
1717
dioxus = { version = "0.7", default-features = false, features = ["macro", "hooks", "signals"] }
18-
generational-box = "0.6.0"
1918

2019
# Logging
2120
itertools = { version = "0.14.0", optional = true }
22-
tracing = { version = "0.1.41", optional = true }
21+
tracing = { version = "0.1", optional = true }
2322

2423
[dev-dependencies]
2524
dioxus = { version = "0.7", features = ["desktop"] }

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
## Support
1414

15-
- **Dioxus v0.6** 🧬
16-
- All renderers ([web](https://dioxuslabs.com/learn/0.6/getting_started/wasm), [desktop](https://dioxuslabs.com/learn/0.6/getting_started/desktop), [freya](https://github.com/marc2332/freya), etc)
15+
- **Dioxus v0.7** 🧬
16+
- All renderers ([web](https://dioxuslabs.com/learn/0.7/getting_started/wasm), [desktop](https://dioxuslabs.com/learn/0.7/getting_started/desktop), [freya](https://github.com/marc2332/freya), etc)
1717
- Both WASM and native targets
1818

1919
## Questions

0 commit comments

Comments
 (0)