Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump ahash from 0.8.6 to 0.8.11 #575

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

Rustin170506
Copy link
Collaborator

close #569

Just cargo update -p ahash --precise 0.8.11.

console on  main [$⇡] via 🦀 v1.81.0-nightly 
❯ cargo update -p ahash --precise 0.8.11
    Updating crates.io index
    Updating ahash v0.8.6 -> v0.8.11
    Updating once_cell v1.17.1 -> v1.19.0
note: pass `--verbose` to see 184 unchanged dependencies behind latest

@Rustin170506 Rustin170506 requested a review from a team as a code owner July 15, 2024 12:53
@Rustin170506
Copy link
Collaborator Author

Before this PR:

console on  main [$⇡] via 🦀 v1.81.0-nightly 
❯ cargo b
   Compiling tracing v0.1.37
   Compiling ahash v0.8.6
   Compiling tracing-log v0.1.3
   Compiling thread_local v1.1.4
   Compiling eyre v0.6.7
   Compiling prost-build v0.13.1
error[E0635]: unknown feature `stdsimd`
  --> /Users/hi-rustin/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.6/src/lib.rs:99:42
   |
99 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]
   |                                          ^^^^^^^

   Compiling tokio v1.38.0
For more information about this error, try `rustc --explain E0635`.
error: could not compile `ahash` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...

Toolchain:

console on  main [$⇡] via 🦀 v1.81.0-nightly took 4s 
❯ cargo -Vv
cargo 1.81.0-nightly (154fdac39 2024-07-07)
release: 1.81.0-nightly
commit-hash: 154fdac39ae9629954e19e9986fd2cf2cdd8d964
commit-date: 2024-07-07
host: aarch64-apple-darwin
libgit2: 1.8.1 (sys:0.19.0 vendored)
libcurl: 8.6.0 (sys:0.4.73+curl-8.8.0 system ssl:(SecureTransport) LibreSSL/3.3.6)
ssl: OpenSSL 1.1.1w  11 Sep 2023
os: Mac OS 14.5.0 [64-bit]

@Rustin170506 Rustin170506 requested a review from hds July 15, 2024 12:54
Copy link
Collaborator

@hds hds left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great. thanks!

@Rustin170506 Rustin170506 merged commit ee4ef17 into tokio-rs:main Jul 16, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tokio-console fails to compile
2 participants