-
Notifications
You must be signed in to change notification settings - Fork 21
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
126 changed files
with
207 additions
and
139 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.2.2-git" | |
authors = ["Julien Cretin <[email protected]>"] | ||
license = "Apache-2.0" | ||
publish = true | ||
edition = "2021" | ||
edition = "2024" | ||
description = "Description of the Wasefire applet API" | ||
repository = "https://github.com/google/wasefire" | ||
include = ["/LICENSE", "/src/"] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.1.0" | |
authors = ["Julien Cretin <[email protected]>"] | ||
license = "Apache-2.0" | ||
publish = false | ||
edition = "2021" | ||
edition = "2024" | ||
|
||
[dependencies] | ||
anyhow = { version = "1.0.86", default-features = false, features = ["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 |
---|---|---|
|
@@ -6,6 +6,10 @@ | |
|
||
- Update `wasefire-applet-api-desc` version | ||
|
||
### Minor | ||
|
||
- Use Rust edition 2024 | ||
|
||
## 0.7.0 | ||
|
||
### Major | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.8.0-git" | |
authors = ["Julien Cretin <[email protected]>"] | ||
license = "Apache-2.0" | ||
publish = true | ||
edition = "2021" | ||
edition = "2024" | ||
description = "Proc-macro to generate the Wasefire applet API" | ||
repository = "https://github.com/google/wasefire" | ||
include = ["/LICENSE", "/src/"] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.7.1-git" | |
authors = ["Julien Cretin <[email protected]>"] | ||
license = "Apache-2.0" | ||
publish = true | ||
edition = "2021" | ||
edition = "2024" | ||
description = "Low-level Wasefire applet API" | ||
repository = "https://github.com/google/wasefire" | ||
include = ["/LICENSE", "/src/"] | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
|
||
## 0.8.1-git | ||
|
||
### Minor | ||
|
||
- Use Rust edition 2024 | ||
|
||
### Patch | ||
|
||
- Update 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.8.1-git" | |
authors = ["Julien Cretin <[email protected]>"] | ||
license = "Apache-2.0" | ||
publish = true | ||
edition = "2021" | ||
edition = "2024" | ||
description = "Wasefire board API" | ||
repository = "https://github.com/google/wasefire" | ||
include = ["/LICENSE", "/src/"] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.2.1-git" | |
authors = ["Julien Cretin <[email protected]>"] | ||
license = "Apache-2.0" | ||
publish = true | ||
edition = "2021" | ||
edition = "2024" | ||
description = "Command-line utilities for Wasefire" | ||
repository = "https://github.com/google/wasefire" | ||
include = ["/LICENSE", "/src/"] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.2.1-git" | |
authors = ["Julien Cretin <[email protected]>"] | ||
license = "Apache-2.0" | ||
publish = true | ||
edition = "2021" | ||
edition = "2024" | ||
description = "Wasefire CLI to manage applets and platforms" | ||
repository = "https://github.com/google/wasefire" | ||
include = ["/LICENSE", "/src/"] | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
|
||
## 0.1.3-git | ||
|
||
### Minor | ||
|
||
- Use Rust edition 2024 | ||
|
||
### Patch | ||
|
||
- Add clippy lint | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.1.3-git" | |
authors = ["Julien Cretin <[email protected]>"] | ||
license = "Apache-2.0" | ||
publish = true | ||
edition = "2021" | ||
edition = "2024" | ||
description = "Wasefire API errors" | ||
repository = "https://github.com/google/wasefire" | ||
include = ["/LICENSE", "/src/"] | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
|
||
## 0.3.2-git | ||
|
||
### Minor | ||
|
||
- Use Rust edition 2024 | ||
|
||
### Patch | ||
|
||
- Fix clippy lints | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.3.2-git" | |
authors = ["Julien Cretin <[email protected]>"] | ||
license = "Apache-2.0" | ||
publish = true | ||
edition = "2021" | ||
edition = "2024" | ||
description = "Wasefire WebAssembly interpreter" | ||
repository = "https://github.com/google/wasefire" | ||
include = ["/LICENSE", "/src/"] | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
|
||
## 0.1.7-git | ||
|
||
### Minor | ||
|
||
- Use Rust edition 2024 | ||
|
||
### Patch | ||
|
||
- Add clippy lint | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.1.7-git" | |
authors = ["Julien Cretin <[email protected]>"] | ||
license = "Apache-2.0" | ||
publish = true | ||
edition = "2021" | ||
edition = "2024" | ||
description = "Wasefire platform logging" | ||
repository = "https://github.com/google/wasefire" | ||
include = ["/LICENSE", "/src/"] | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
|
||
## 0.1.1-git | ||
|
||
### Minor | ||
|
||
- Use Rust edition 2024 | ||
|
||
### Patch | ||
|
||
- Add clippy lint | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.1.1-git" | |
authors = ["Julien Cretin <[email protected]>"] | ||
license = "Apache-2.0" | ||
publish = true | ||
edition = "2021" | ||
edition = "2024" | ||
description = "Macros for mutually exclusive features" | ||
repository = "https://github.com/google/wasefire" | ||
include = ["/LICENSE", "/src/"] | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
|
||
## 0.7.1-git | ||
|
||
### Minor | ||
|
||
- Use Rust edition 2024 | ||
|
||
### Patch | ||
|
||
- Update 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.7.1-git" | |
authors = ["Julien Cretin <[email protected]>"] | ||
license = "Apache-2.0" | ||
publish = true | ||
edition = "2021" | ||
edition = "2024" | ||
description = "High-level Wasefire applet API" | ||
repository = "https://github.com/google/wasefire" | ||
include = ["/LICENSE", "/src/"] | ||
|
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
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
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 |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
|
||
## 0.1.1-git | ||
|
||
### Minor | ||
|
||
- Use Rust edition 2024 | ||
|
||
### Patch | ||
|
||
- Update 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.1.1-git" | |
authors = ["Julien Cretin <[email protected]>"] | ||
license = "Apache-2.0" | ||
publish = true | ||
edition = "2021" | ||
edition = "2024" | ||
description = "Wasefire protocol using std::io::Read and Write" | ||
repository = "https://github.com/google/wasefire" | ||
include = ["/LICENSE", "/src/"] | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
|
||
## 0.2.1-git | ||
|
||
### Minor | ||
|
||
- Use Rust edition 2024 | ||
|
||
### Patch | ||
|
||
- Update 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.2.1-git" | |
authors = ["Julien Cretin <[email protected]>"] | ||
license = "Apache-2.0" | ||
publish = true | ||
edition = "2021" | ||
edition = "2024" | ||
description = "Wasefire USB protocol between platform and host" | ||
repository = "https://github.com/google/wasefire" | ||
include = ["/LICENSE", "/src/"] | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
|
||
## 0.2.1-git | ||
|
||
### Minor | ||
|
||
- Use Rust edition 2024 | ||
|
||
### Patch | ||
|
||
- Update 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.2.1-git" | |
authors = ["Julien Cretin <[email protected]>"] | ||
license = "Apache-2.0" | ||
publish = true | ||
edition = "2021" | ||
edition = "2024" | ||
description = "Wasefire protocol between platform and host" | ||
repository = "https://github.com/google/wasefire" | ||
include = ["/LICENSE", "/src/"] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.1.0" | |
authors = ["Julien Cretin <[email protected]>"] | ||
license = "Apache-2.0" | ||
publish = false | ||
edition = "2021" | ||
edition = "2024" | ||
|
||
[dependencies] | ||
anyhow = "1.0.86" | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.1.0" | |
authors = ["Julien Cretin <[email protected]>"] | ||
license = "Apache-2.0" | ||
publish = false | ||
edition = "2021" | ||
edition = "2024" | ||
|
||
[dependencies] | ||
anyhow = "1.0.86" | ||
|
Oops, something went wrong.