Skip to content

Commit

Permalink
Bump kas to 0.14.2
Browse files Browse the repository at this point in the history
This only affects dependants of crates already bumped to 0.14.2
  • Loading branch information
dhardy committed Dec 12, 2023
1 parent 8ae08be commit 266f461
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kas"
version = "0.14.1"
version = "0.14.2"
authors = ["Diggory Hardy <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down Expand Up @@ -119,10 +119,10 @@ unsafe_node = ["kas-core/unsafe_node"]

[dependencies]
kas-core = { version = "0.14.1", path = "crates/kas-core" }
kas-dylib = { version = "0.14.1", path = "crates/kas-dylib", optional = true }
kas-widgets = { version = "0.14.1", path = "crates/kas-widgets" }
kas-view = { version = "0.14.1", path = "crates/kas-view", optional = true }
kas-resvg = { version = "0.14.1", path = "crates/kas-resvg", optional = true }
kas-dylib = { version = "0.14.2", path = "crates/kas-dylib", optional = true }
kas-widgets = { version = "0.14.2", path = "crates/kas-widgets" }
kas-view = { version = "0.14.2", path = "crates/kas-view", optional = true }
kas-resvg = { version = "0.14.2", path = "crates/kas-resvg", optional = true }

[dependencies.kas-wgpu]
version = "0.14.1"
Expand Down
4 changes: 2 additions & 2 deletions crates/kas-dylib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ resvg = ["dep:kas-resvg"]

[dependencies]
kas-core = { version = "0.14.1", path = "../kas-core" }
kas-widgets = { version = "0.14.1", path = "../kas-widgets" }
kas-resvg = { version = "0.14.1", path = "../kas-resvg", optional = true }
kas-widgets = { version = "0.14.2", path = "../kas-widgets" }
kas-resvg = { version = "0.14.2", path = "../kas-resvg", optional = true }
kas-wgpu = { version = "0.14.1", path = "../kas-wgpu", default-features = false }

0 comments on commit 266f461

Please sign in to comment.