Skip to content

Commit

Permalink
Bump version to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Aug 25, 2024
1 parent 93ab9e7 commit 57b424a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ members = [
]

[workspace.package]
version = "0.0.7"
version = "0.0.8"
edition = "2021"
license = "GPL-3.0-or-later"
homepage = "https://github.com/fwcd/nuit"

[workspace.dependencies]
nuit-bridge-adwaita = { version = "0.0.7", path = "nuit-bridge-adwaita" }
nuit-bridge-swiftui = { version = "0.0.7", path = "nuit-bridge-swiftui" }
nuit-core = { version = "0.0.7", path = "nuit-core" }
nuit-derive = { version = "0.0.7", path = "nuit-derive" }
nuit-bridge-adwaita = { version = "0.0.8", path = "nuit-bridge-adwaita" }
nuit-bridge-swiftui = { version = "0.0.8", path = "nuit-bridge-swiftui" }
nuit-core = { version = "0.0.8", path = "nuit-core" }
nuit-derive = { version = "0.0.8", path = "nuit-derive" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

0 comments on commit 57b424a

Please sign in to comment.