generated from EmbarkStudios/opensource-template
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix duplicate dependencies * Fix lint * Simplify * Update CHANGELOG
- Loading branch information
1 parent
b2c4864
commit 7f3db2e
Showing
10 changed files
with
336 additions
and
1,149 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
This file was deleted.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[package] | ||
name = "pid" | ||
version = "0.1.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
# does not have a feature called wasm-bindgen | ||
getrandom = { version = "0.2.7", features = ["js"] } | ||
# does not have a feature called js | ||
getrandom_old = { package = "getrandom", version = "0.1.16", features = [ | ||
"wasm-bindgen", | ||
] } | ||
tower_http_4 = { package = "tower-http", version = "0.4.4", features = [] } | ||
tower-http = { package = "tower-http", version = "0.5.0", features = [ | ||
"sensitive-headers", | ||
] } |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
|
Oops, something went wrong.