-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add more methods to index types (#156)
* feat: add more methods to index types * chore: cargo update ``` Updating git repository `https://github.com/oli-obk/ui_test` Updating crates.io index Locking 59 packages to latest compatible versions Updating allocator-api2 v0.2.18 -> v0.2.21 Updating alloy-json-abi v0.8.10 -> v0.8.14 Updating alloy-primitives v0.8.10 -> v0.8.14 Updating alloy-sol-type-parser v0.8.10 -> v0.8.14 Updating anstyle v1.0.9 -> v1.0.10 Updating anyhow v1.0.91 -> v1.0.94 Updating bstr v1.10.0 -> v1.11.0 Updating bytes v1.8.0 -> v1.9.0 Updating cargo-platform v0.1.8 -> v0.1.9 Updating cc v1.1.31 -> v1.2.2 Updating clap v4.5.20 -> v4.5.23 Updating clap_builder v4.5.20 -> v4.5.23 Updating clap_lex v0.7.2 -> v0.7.4 Updating const-hex v1.13.1 -> v1.14.0 Updating cpufeatures v0.2.14 -> v0.2.16 Updating errno v0.3.9 -> v0.3.10 Updating fastrand v2.1.1 -> v2.2.0 Updating generator v0.8.3 -> v0.8.4 Updating hashbrown v0.15.0 -> v0.15.2 Updating impl-trait-for-tuples v0.2.2 -> v0.2.3 Updating indexmap v2.6.0 -> v2.7.0 Updating indicatif v0.17.8 -> v0.17.9 Removing instant v0.1.13 Adding itertools v0.13.0 Updating itoa v1.0.11 -> v1.0.14 Updating js-sys v0.3.72 -> v0.3.74 Updating libc v0.2.161 -> v0.2.167 Updating portable-atomic v1.9.0 -> v1.10.0 Updating proc-macro2 v1.0.89 -> v1.0.92 Updating regex-automata v0.4.8 -> v0.4.9 Updating rustc-hash v2.0.0 -> v2.1.0 Updating rustfix v0.8.6 -> v0.8.7 Updating rustix v0.38.38 -> v0.38.41 Updating scc v2.2.4 -> v2.2.5 Updating semver-parser v0.10.2 -> v0.10.3 Updating serde v1.0.214 -> v1.0.215 Updating serde_derive v1.0.214 -> v1.0.215 Updating serde_json v1.0.132 -> v1.0.133 Updating syn v2.0.85 -> v2.0.90 Updating tempfile v3.13.0 -> v3.14.0 Updating thiserror v1.0.65 -> v1.0.69 (available: v2.0.4) Updating thiserror-impl v1.0.65 -> v1.0.69 Updating time v0.3.36 -> v0.3.37 Updating time-macros v0.2.18 -> v0.2.19 Updating tracing v0.1.40 -> v0.1.41 Updating tracing-attributes v0.1.27 -> v0.1.28 Updating tracing-core v0.1.32 -> v0.1.33 Updating tracing-error v0.2.0 -> v0.2.1 Updating tracing-subscriber v0.3.18 -> v0.3.19 Updating tracy-client-sys v0.24.1 -> v0.24.2 Updating unicode-ident v1.0.13 -> v1.0.14 Updating wasm-bindgen v0.2.95 -> v0.2.97 Updating wasm-bindgen-backend v0.2.95 -> v0.2.97 Updating wasm-bindgen-macro v0.2.95 -> v0.2.97 Updating wasm-bindgen-macro-support v0.2.95 -> v0.2.97 Updating wasm-bindgen-shared v0.2.95 -> v0.2.97 Updating web-sys v0.3.72 -> v0.3.74 Adding web-time v1.1.0 Updating xshell v0.2.6 -> v0.2.7 Updating xshell-macros v0.2.6 -> v0.2.7 ``` * chore: clippy
- Loading branch information
Showing
8 changed files
with
369 additions
and
217 deletions.
There are no files selected for viewing
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
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 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
Oops, something went wrong.