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

Fail to cargo publish ckb-spec because of the dep cacache #4735

Closed
doitian opened this issue Dec 3, 2024 · 1 comment
Closed

Fail to cargo publish ckb-spec because of the dep cacache #4735

doitian opened this issue Dec 3, 2024 · 1 comment
Labels
t:bug Type: This doesn't seem right.

Comments

@doitian
Copy link
Member

doitian commented Dec 3, 2024

Why tokio-runtime is removed? It leads to failure of cargo publish because of the following error:


error[E0412]: cannot find type `State` in this scope                                                                                                                        

   --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cacache-13.1.0/src/content/write.rs:430:37                                                         

    |                                                                                 

430 | fn update_state(current_state: &mut State, next_state: State) {                                                                                                       

    |                                     ^^^^^ not found in this scope                                                                                                     

                                                                                                                                                                            

error[E0412]: cannot find type `State` in this scope                                                                                                                        

   --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cacache-13.1.0/src/content/write.rs:430:56                                                         

    |                                                                                                                                                                       

430 | fn update_state(current_state: &mut State, next_state: State) {                                                                                                       

    |                                                        ^^^^^ not found in this scope

Originally posted by @doitian in 4cd7dce

@doitian doitian added the t:bug Type: This doesn't seem right. label Dec 3, 2024
@doitian
Copy link
Member Author

doitian commented Dec 5, 2024

Closed by #4736

@doitian doitian closed this as completed Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t:bug Type: This doesn't seem right.
Projects
None yet
Development

No branches or pull requests

1 participant