Skip to content

Commit dd9c53c

Browse files
committed
Moved Rust sdk into sdks/community/rust
1 parent 1940494 commit dd9c53c

40 files changed

+9
-9
lines changed

.github/workflows/rust-lint-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ on:
1212
pull_request:
1313
branches: [ "main" ]
1414
paths:
15-
- "rust-sdk/crates/**"
16-
- "rust-sdk/**/tests/**"
17-
- "rust-sdk/Cargo.toml"
18-
- "rust-sdk/.cargo/**"
15+
- "sdks/community/rust/crates/**"
16+
- "sdks/community/rust/**/tests/**"
17+
- "sdks/community/rust/Cargo.toml"
18+
- "sdks/community/rust/.cargo/**"
1919
- ".github/workflows/rust-lint-test.yml"
2020

2121
defaults:
2222
run:
23-
working-directory: ./rust-sdk
23+
working-directory: ./rust
2424

2525
jobs:
2626
build-and-test:
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 commit comments

Comments
 (0)