Skip to content

Commit

Permalink
rename c2a-sils-runtime to c2a-dev-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Apr 3, 2024
1 parent 4472ef1 commit b5ec133
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "4.3.0"
resolver = "2"

members = [
"./sils-runtime",
"./dev-runtime",
"./library/bind-utils",

"./hal/i2c-noop",
Expand All @@ -23,7 +23,7 @@ members = [
c2a-core = { path = "." }
c2a-bind-utils = { path = "./library/bind-utils" }

c2a-sils-runtime = { path = "./sils-runtime" }
c2a-dev-runtime = { path = "./dev-runtime" }
c2a-wdt-noop = { path = "./hal/wdt-noop" }
c2a-uart-kble = { path = "./hal/uart-kble" }

Expand Down
4 changes: 2 additions & 2 deletions sils-runtime/Cargo.toml → dev-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c2a-sils-runtime"
description = "common C2A runtime for SILS"
name = "c2a-dev-runtime"
description = "Common C2A runtime for development"
version.workspace = true
edition = "2021"

Expand Down
File renamed without changes.

0 comments on commit b5ec133

Please sign in to comment.