Skip to content

Commit 9296fdd

Browse files
Mark crates for publishing correctly, update MSRV check list (#108)
1 parent bfe48eb commit 9296fdd

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
RUST_MIN_NO_STD_VER: "1.85"
1414
# List of packages that will be checked with the minimum supported Rust version.
1515
# This should be limited to packages that are intended for publishing.
16-
RUST_MIN_VER_PKGS: "-p ui-events -p ui-events-winit -p ui-input-state -p ui-theme"
16+
RUST_MIN_VER_PKGS: "-p ui-events -p ui-events-web -p ui-events-winit -p ui-input-state -p ui-theme"
1717
# List of packages that will be checked for `no_std` builds.
1818
# This should be limited to packages that are intended for publishing.
1919
RUST_NO_STD_PKGS: "-p ui-events -p ui-input-state -p ui-theme"

ui-events-web/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ keywords = ["windowing", "input", "pointer"]
88
categories = ["graphics", "gui"]
99
repository.workspace = true
1010
rust-version.workspace = true
11-
publish = false
1211

1312
[package.metadata.docs.rs]
1413
all-features = true

ui-theme/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ keywords = ["ui", "theme"]
88
categories = ["graphics", "gui"]
99
repository.workspace = true
1010
rust-version.workspace = true
11+
publish = false
1112

1213
[package.metadata.docs.rs]
1314
all-features = true

0 commit comments

Comments
 (0)