Skip to content

Commit

Permalink
chore: rename folder containing rust code (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisInSky authored Jul 19, 2024
1 parent bb573c2 commit 18a8d33
Show file tree
Hide file tree
Showing 123 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: __GEAR_WASM_BUILDER_NO_FEATURES_TRACKING=1 cargo clippy --workspace --all-targets --locked -- -D warnings

- name: Check IDL Parser For WASM With Clippy
run: __GEAR_WASM_BUILDER_NO_FEATURES_TRACKING=1 cargo clippy --manifest-path=sails/idl-parser/Cargo.toml --all-targets --locked --target=wasm32-unknown-unknown -- -D warnings
run: __GEAR_WASM_BUILDER_NO_FEATURES_TRACKING=1 cargo clippy -p sails-idl-parser --all-targets --locked --target=wasm32-unknown-unknown -- -D warnings

test:
name: Run Tests
Expand Down
24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ members = [
"examples/rmrk/catalog/wasm",
"examples/rmrk/resource/app",
"examples/rmrk/resource/wasm",
"sails",
"sails/client-gen",
"sails/idl-gen",
"sails/idl-parser",
"sails/macros",
"sails/macros/core",
"rs",
"rs/client-gen",
"rs/idl-gen",
"rs/idl-parser",
"rs/macros",
"rs/macros/core",
]

[workspace.dependencies]
# The order matches with publishing order.
sails-macros-core = { path = "sails/macros/core" }
sails-macros = { path = "sails/macros" }
sails-idl-parser = { path = "sails/idl-parser" }
sails-client-gen = { path = "sails/client-gen" }
sails-rs = { path = "sails" }
sails-idl-gen = { path = "sails/idl-gen" }
sails-macros-core = { path = "rs/macros/core" }
sails-macros = { path = "rs/macros" }
sails-idl-parser = { path = "rs/idl-parser" }
sails-client-gen = { path = "rs/client-gen" }
sails-rs = { path = "rs" }
sails-idl-gen = { path = "rs/idl-gen" }

# Gear deps
gclient = "=1.4.2"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 18a8d33

Please sign in to comment.