gpt4 book ai didi

rust - 无法编译bitvec 0.19.4 “multiple ` BITS`”

转载 作者:行者123 更新时间:2023-12-03 11:43:55 24 4
gpt4 key购买 nike

我在应用程序上运行了cargo update,现在无法再编译该应用程序。我不确定从哪里开始调试此问题,因为这些错误在我不熟悉的库中。
enter image description here
货代

[package]
name = "web-app"
version = "1.1.0"
authors = ["Me <my_emailg@gmail.com>"]
edition = "2018"

[dependencies]
actix = "0.10"
actix-web = { version = "3.3.2", default-features = false }
actix-rt = "1.1.1"
async-trait = "0.1.42"
lapin = { version = "1.6.6", features = ["rustls"], default-features = false }
futures = "0.3.12"
handlebars = "3.5.2"
jsonwebtoken = "7.2.0"
listenfd = "0.3.3"
log = "0.4.14"
paperclip = { version = "0.5.0", features = ["actix"] }
rand = "0.8.2"
ring = "0.16.19"
rust-argon2 = "0.8.3"
rustls = "0.19.0"
serde = { version = "1.0.121", features = ["derive"] }
serde_json = "1.0.61"
slog-scope = "4.4.0"
slog-stdlog = "4.1.0"
validator = "0.12.0"
zxcvbn = "2.1.1"
bitvec = "0.21.0"

[dev-dependencies]
fake = "2.4.0"
rustc版本:1.50.0; Ubuntu的:20.10
为了简洁起见,我没有发布发生的43个错误,也没有发布我的代码库的全部。

最佳答案

已在bitvecfunty存储库上创建了与此错误有关的问题。

As a temporary workaround you can force it to use version 1.1.0 of funty in your Cargo.toml

[dependencies]
funty = "=1.1.0"

关于rust - 无法编译bitvec 0.19.4 “multiple ` BITS`”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66202192/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com