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

pin crates #92

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

pin crates #92

wants to merge 2 commits into from

Conversation

cafkafk
Copy link
Member

@cafkafk cafkafk commented Oct 5, 2024

stacked on #91 no longer stacked, since there seems to be a file descriptor issue

Currently, several versions are locked on 0. Because of how semver
works, this means that of these dependencies are allow to freely be
upgraded with breaking changes. Essentially, it's equivalent to setting
*, only as long as it doesn't go to a "one dot" release.

Most of the cargo ecosystem is pre one dot, and will be so forever, so
this is extremely brittle.

faythe v0.1.0 (/home/ces/org/src/dbc/faythe/.worktree/pin-crates)
├── acme-lib v0.8.1 (https:/DBCDK/acme-lib?branch=dbc-fork#6ae27e4e)
├── async-trait v0.1.83 (proc-macro)
├── base64 v0.22.1
├── chrono v0.4.38
├── clap v4.4.18
├── dbc-rust-modules v0.1.0 (https:/dbcdk/rust-modules?branch=main#ab38efd1)
├── env_logger v0.11.5
├── lazy_static v1.5.0
├── num-traits v0.2.19
│ [build-dependencies]
├── openssl v0.10.66
├── prometheus_exporter_base v1.4.0
├── regex v1.11.0
├── reqwest v0.12.7
├── serde v1.0.210
├── serde_derive v1.0.210 (proc-macro)
├── serde_json v1.0.128
├── tokio v1.40.0
├── trust-dns-resolver v0.23.2
├── url v2.5.2
├── vaultrs v0.7.2
├── vaultrs-login v0.2.1
└── walkdir v2.5.0

Signed-off-by: Christina Sørensen [email protected]

Currently, several versions are locked on 0. Because of how semver
works, this means that of these dependencies are allow to freely be
upgraded with breaking changes. Essentially, it's equivalent to setting
*, only as long as it doesn't go to a "one dot" release.

Most of the cargo ecosystem is pre one dot, and will be so forever, so
this is extremely brittle.

faythe v0.1.0 (/home/ces/org/src/dbc/faythe/.worktree/pin-crates)
├── acme-lib v0.8.1 (https:/DBCDK/acme-lib?branch=dbc-fork#6ae27e4e)
├── async-trait v0.1.83 (proc-macro)
├── base64 v0.22.1
├── chrono v0.4.38
├── clap v4.4.18
├── dbc-rust-modules v0.1.0 (https:/dbcdk/rust-modules?branch=main#ab38efd1)
├── env_logger v0.11.5
├── lazy_static v1.5.0
├── num-traits v0.2.19
│   [build-dependencies]
├── openssl v0.10.66
├── prometheus_exporter_base v1.4.0
├── regex v1.11.0
├── reqwest v0.12.7
├── serde v1.0.210
├── serde_derive v1.0.210 (proc-macro)
├── serde_json v1.0.128
├── tokio v1.40.0
├── trust-dns-resolver v0.23.2
├── url v2.5.2
├── vaultrs v0.7.2
├── vaultrs-login v0.2.1
└── walkdir v2.5.0

Signed-off-by: Christina Sørensen <[email protected]>
@cafkafk cafkafk marked this pull request as ready for review October 7, 2024 10:30
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.

1 participant