Skip to content

Commit

Permalink
renamed rust dir to fastedge-rust-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanti committed Oct 13, 2023
1 parent c47ddae commit c9c63b8
Show file tree
Hide file tree
Showing 22 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
run: cd rust && cargo build

- name: Build dummy example
run: cd rust/examples/dummy && cargo build
run: cd fastedge-rust-sdk/examples/dummy && cargo build

- name: Build print example
run: cd rust/examples/print && cargo build
run: cd fastedge-rust-sdk/examples/print && cargo build

- name: Build backend example
run: cd rust/examples/backend && cargo build
run: cd fastedge-rust-sdk/examples/backend && cargo build
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ version = "0.1.0"
edition = "2021"

[workspace]
members = ["rust"]
members = ["fastedge-rust-sdk"]
resolver = "2"
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 c9c63b8

Please sign in to comment.