Skip to content

Commit 916d3ba

Browse files
authored
Move wasm/lib -> crates/wasm (RustPython#6280)
1 parent 88eca96 commit 916d3ba

File tree

17 files changed

+4
-5
lines changed

17 files changed

+4
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ jobs:
316316
with:
317317
components: clippy
318318
- name: run clippy on wasm
319-
run: cargo clippy --manifest-path=wasm/lib/Cargo.toml -- -Dwarnings
319+
run: cargo clippy --manifest-path=crates/wasm/Cargo.toml -- -Dwarnings
320320
- uses: actions/setup-python@v6
321321
with:
322322
python-version: ${{ env.PYTHON_VERSION }}

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ template = "installer-config/installer.wxs"
124124
resolver = "2"
125125
members = [
126126
".",
127-
"wasm/lib",
128127
"crates/*",
129128
]
130129

File renamed without changes.

0 commit comments

Comments
 (0)