Replies: 4 comments 2 replies
-
Hello, try |
Beta Was this translation helpful? Give feedback.
-
Can you try to build this repo? |
Beta Was this translation helpful? Give feedback.
-
I cannot run edition=2024, my project is edition=2021. Is it a requirement to use edition=2024 for cidre? In your example after changing to edition 2021 I am back at the same error |
Beta Was this translation helpful? Give feedback.
-
I try to keep project up to date. You can use older rev. Try it with cidre-example
|
Beta Was this translation helpful? Give feedback.
-
I am using cidre in my project, importing the library as follows:
[target.'cfg(target_os = "macos")'.dependencies] libc = "=0.2.164" cidre = { git = "https://github.com/yury/cidre.git", version = "0.5.0" }
but I get always the following error when building:
ferzu@Fers-MacBook-Air k21-screen % cargo build Updating crates.io index Updating git repository
https://github.com/yury/cidre.git`error: no matching package named
cidre
foundlocation searched: Git repository https://github.com/yury/cidre.git
required by package
k21-screen v0.1.0 (/Users/ferzu/screen stuff/k21-screen)
Has anyone experience this before? Am I doing something obviously wrong?
I am running it on my macOS 14.1.2, and my rust version is 1.84.1
Beta Was this translation helpful? Give feedback.
All reactions