Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Nov 7, 2024
1 parent bf92bad commit 96d8f85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 22 deletions.
20 changes: 0 additions & 20 deletions .devcontainer/devcontainer.json

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

```bash
git clone [email protected]:githedgehog/dataplane.git
pushd dataplane
cd dataplane
```

## Step 1. Get the sysroot
Expand Down
3 changes: 2 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# see https://github.com/EmbarkStudios/cargo-deny for docs
[graph]
targets = []
#exclude = []
Expand All @@ -19,7 +20,7 @@ allow = [
"AFL-2.0",
"AFL-2.1",
"AFL-3.0",
# "AGPL-3.0", # I don't have any problem with AGPL, but the Google _hates_ it
# "AGPL-3.0", # Causes issues to some companies, such as Google. Deny for now.
"Apache-1.1",
"Apache-2.0",
"APSL-2.0",
Expand Down

0 comments on commit 96d8f85

Please sign in to comment.