diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-01-15 11:24:56 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-15 11:24:56 -0800 |
| commit | 4bb1312e02b6a1e610d64a2665dac7a6fdaea34b (patch) | |
| tree | a2127b0140f9a02fb5f03ff167a9a6a1652af00d /src/apple_silicon/Cargo.toml | |
| parent | Merge pull request #2 from fcuny/fcuny/e_and_p_cores (diff) | |
| parent | Bump thiserror from 2.0.9 to 2.0.11 (diff) | |
| download | x-4bb1312e02b6a1e610d64a2665dac7a6fdaea34b.tar.gz | |
Merge pull request #3 from fcuny/dependabot/cargo/thiserror-2.0.11
Bump thiserror from 2.0.9 to 2.0.11
Diffstat (limited to '')
| -rw-r--r-- | src/apple_silicon/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apple_silicon/Cargo.toml b/src/apple_silicon/Cargo.toml index ea7f910..65dcf5e 100644 --- a/src/apple_silicon/Cargo.toml +++ b/src/apple_silicon/Cargo.toml @@ -15,4 +15,4 @@ name = "apple_silicon" path = "src/bin/apple_silicon.rs" [dependencies] -thiserror = "2.0.9" +thiserror = "2.0.11" |
