rust-embed v8.11.0
git clone https://git.pyrossh.dev/rust-embed
rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
f06863e
— Peter John
2022-06-05T13:09:05+05:30
Fix false positive cargo pants vulnerability
- .pants-ignore +3 -0
.pants-ignore
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ignore": [{ "id": "sonatype-2021-4646", "reason": "We are handling it this case. Sonatype doesn't recognize that." }]
|
|
3
|
+
}
|