Skip to content

Commit

Permalink
Limit trybuild tests to MSRV only.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Sep 17, 2023
1 parent fbcfeca commit ec8f4ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/stylist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ log = "0.4.17"
env_logger = "0.10.0"
trybuild = "1.0.72"
yew = "0.20"
rustversion = "1"

[features]
default = ["debug_style_locations", "debug_parser", "macros", "random"]
Expand Down
2 changes: 2 additions & 0 deletions packages/stylist/tests/macro_integration_tests.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#[allow(dead_code)]
#[rustversion::attr(stable(1.64.0), test)]
#[test]
fn test_macro_integrations() {
let t = trybuild::TestCases::new();
Expand Down

0 comments on commit ec8f4ce

Please sign in to comment.