Skip to content

Commit 5098e1a

Browse files
committed
Remove cargo member
1 parent 408a718 commit 5098e1a

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ jobs:
4343
- name: Run examples with debug
4444
run: cargo run --example builtin_fn
4545

46-
# Run examples with debug
47-
- name: Run examples with release
48-
run: cargo run --example builtin_fn
49-
5046
# example_shadow check
5147
- name: Check example_shadow
5248
run: |

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,4 @@ build = ["time", "tzdb", "is_debug/std", "std"]
4747

4848

4949
[dev-dependencies]
50-
winnow = "0.7"
51-
52-
[workspace]
53-
members = ["example_shadow", "example_shadow_hook", "example_wasm", "example_no_std"]
50+
winnow = "0.7"

0 commit comments

Comments
 (0)