Skip to content

Commit 50cb771

Browse files
authored
generate cargo files with pinned deps (#380)
1 parent f668404 commit 50cb771

File tree

4 files changed

+305
-41
lines changed

4 files changed

+305
-41
lines changed

Cargo.lock

Lines changed: 129 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ git = "https://github.com/firedancer-io/agave"
2525
rev = "5ca585786b6e0f95914c0866c7e40a257290f61c"
2626

2727
[package]
28-
name = "solfuzz-agave"
2928
version = "0.1.0"
3029
edition = "2021"
30+
name = "solfuzz-agave"
3131

3232
[lints.rust]
3333
warnings = "deny"

requirements.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
certifi==2025.10.5
2+
charset-normalizer==3.4.4
3+
idna==3.11
4+
requests==2.32.5
5+
tomli_w==1.2.0
6+
tomlkit==0.13.3
7+
urllib3==2.5.0

0 commit comments

Comments
 (0)