Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Oct 13, 2023
1 parent 4e5736a commit 0c8af2f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Update Rust
run: rustup update
- name: Build
run: cargo build --quiet
- name: Build with Tokio support
Expand Down
13 changes: 12 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,25 @@
"target/": true,
},
"cSpell.words": [
"Azeri",
"Belarussian",
"Bokmal",
"CONFIGFS",
"eventfd",
"functionfs",
"Gbit",
"iocb",
"Johab",
"Konkani",
"Manipuri",
"Mbit",
"MSRV",
"RNDIS"
"Rica",
"RNDIS",
"Sutu",
"Tatarstan",
"udcs",
"wakeup"
],
"cSpell.languageSettings": [
{
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## 0.3.0 - 2023-10-13
### Added
- expose gadget registration status


## 0.2.0 - 2023-10-10
### Added
Expand Down

0 comments on commit 0c8af2f

Please sign in to comment.