-
### Steps
1. Create a package with the following `Cargo.toml`:
```toml
[package]
name = "a"
version = "0.1.0"
edition = "2021"
[dependencies]
ic-stable-structures = ">=0.1, =0.2,
-
### Where should the content be added?
In the knowledge base or even as a linter
### What should be added?
We should (force) people to use `cargo install --locked --no-track`. The `--no-track` opti…
wolfv updated
1 month ago
-
I tried compiling this with `cargo install --locked` and without `--locked`, neither of them build.
-
Right now `make.py` does not use the argument cargo flag `--locked`. Perhaps it would be a good idea to use the versions provided in the lock file. This way, we know that people are actually compiling…
-
**Problem**
When starting a new dioxus project using dioxus-cli compiled on nightly, the build fails as the Cargo.lock version (=4) is newer than expected. Additionally, using dioxus-cli compiled f…
-
```
$ cargo install --locked paru
Updating crates.io index
Installing paru v1.11.0
Updating crates.io index
Updating crates.io index
Compiling tokio-macros v1.8.0
Compiling …
gwpl updated
2 months ago
-
Hi, I was running my CIs today on GitHub and they started breaking on macos.
Example:
```yml
name: Example
on: [push, pull_request]
env:
build:
runs-on: ${{ matrix.os }}
stra…
-
Why are we tracking `Cargo.lock` in git? I'm questioning this for the same reason as in #4549. It's creating conflicts in PRs although the severity is not as bad as there
-
### Describe your use case
When running `cargo semver-checks` no lock files appear to be used, either for the current / local version of the crate, or for versions of the crate downloaded from crates…
-
This issue is reporting a bug in the code of Perseus. Details of the scope will be available in issue labels.
The author described their issue as follows:
> Every time I try and run `perseus deploy`…