-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[package] | ||
name = "delog" | ||
version = "0.1.4" | ||
version = "0.1.5" | ||
description = "Deferred logging, an implementation and extension of Rust's standard logging facade." | ||
authors = ["Nicolas Stalder <[email protected]>"] | ||
authors = ["Trussed Developers"] | ||
license = "Apache-2.0 OR MIT" | ||
repository = "https://github.com/nickray/delog" | ||
repository = "https://github.com/trussed-dev/delog" | ||
documentation = "https://docs.rs/delog" | ||
readme = "README.md" | ||
categories = ["algorithms", "development-tools", "embedded", "no-std"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "examples" | ||
version = "0.1.0" | ||
authors = ["Nicolas Stalder <[email protected]>"] | ||
authors = ["Trussed Developers"] | ||
edition = "2018" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "gate-tests" | ||
version = "0.1.0" | ||
authors = ["Nicolas Stalder <[email protected]>"] | ||
authors = ["Trussed Developers"] | ||
edition = "2018" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "lib-a" | ||
version = "0.1.0" | ||
authors = ["Nicolas Stalder <[email protected]>"] | ||
authors = ["Trussed Developers"] | ||
edition = "2018" | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "lib-a1" | ||
version = "0.1.0" | ||
authors = ["Nicolas Stalder <[email protected]>"] | ||
authors = ["Trussed Developers"] | ||
edition = "2018" | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "lib-a2" | ||
version = "0.1.0" | ||
authors = ["Nicolas Stalder <[email protected]>"] | ||
authors = ["Trussed Developers"] | ||
edition = "2018" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "lib-b" | ||
version = "0.1.0" | ||
authors = ["Nicolas Stalder <[email protected]>"] | ||
authors = ["Trussed Developers"] | ||
edition = "2018" | ||
|
||
[dependencies.delog] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "qemu-tests" | ||
version = "0.0.0" | ||
authors = ["Nicolas Stalder <[email protected]>"] | ||
authors = ["Trussed Developers"] | ||
edition = "2018" | ||
description = "Test salty using QEMU musca-b1" | ||
license = "Apache-2.0 OR MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "rtic-examples" | ||
version = "0.1.0" | ||
authors = ["Nicolas Stalder <[email protected]>"] | ||
authors = ["Trussed Developers"] | ||
edition = "2018" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|