diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-25 19:02:17 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-25 19:02:17 +0800 |
| commit | d4634b01e3f33b3ee52b1501f5ade739a1796d08 (patch) | |
| tree | 778b229f78be7ec67367e8135d0dcc6b1fff5158 /Cargo.lock | |
| parent | 1d9a65ae06faf4a6329eb07e8c1deab3811c782b (diff) | |
Remove redundant generic parameter from Program struct
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -128,6 +128,10 @@ dependencies = [ ] [[package]] +name = "example-async" +version = "0.1.0" + +[[package]] name = "hashbrown" version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" |
