pubgrub-rs
pubgrub
Instrumentation
Wall Time
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Allow multiple self-dependencies In uv, we don't use the `DependencyConstraints` map, but pass in the dependencies through an iterator. This means there can be duplicate dependencies in the input. This would previously make `merge_dependents` panic if a package dependent on itself twice with the same range: ```toml [package] name = "foo" version = "0.1.0" dependencies = ["foo", "foo"] ``` The fix is to ignore self-dependencies when merging dependents, given that they are always trivially true or trivially false.
konsti/dev/allow-multiple-self-dependencies
7 days ago
Print version set on panic (#337) Improve the panic message for https://github.com/astral-sh/uv/issues/13344
dev
8 days ago
Print version set on panic Improve the panic message for https://github.com/astral-sh/uv/issues/13344
konsti/dev/print-set-on-panic
8 days ago
build(deps): bump smallvec from 1.14.0 to 1.15.0 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: smallvec dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/cargo/smallvec-1.15.0
15 days ago
build(deps): bump indexmap from 2.7.1 to 2.9.0 Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.7.1 to 2.9.0. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.7.1...2.9.0) --- updated-dependencies: - dependency-name: indexmap dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/cargo/indexmap-2.9.0
15 days ago
build(deps): bump ron from 0.9.0-alpha.1 to 0.10.1 (#330) * build(deps): bump ron from 0.9.0-alpha.1 to 0.9.0 Bumps [ron](https://github.com/ron-rs/ron) from 0.9.0-alpha.1 to 0.9.0. - [Release notes](https://github.com/ron-rs/ron/releases) - [Changelog](https://github.com/ron-rs/ron/blob/master/CHANGELOG.md) - [Commits](https://github.com/ron-rs/ron/commits/v0.9.0) --- updated-dependencies: - dependency-name: ron dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Use SemVer again * Use SemVer again * Update ron to 0.10.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: konstin <konstin@mailbox.org>
dev
23 days ago
Merge branch 'dev' into dependabot/cargo/ron-0.9.0
dependabot/cargo/ron-0.9.0
23 days ago
Update ron to 0.10.1
dependabot/cargo/ron-0.9.0
23 days ago
Active Branches
Allow multiple self-dependencies
last run
7 days ago
#338
CodSpeed Performance Gauge
0%
build(deps): bump smallvec from 1.14.0 to 1.15.0
last run
15 days ago
#335
CodSpeed Performance Gauge
0%
build(deps): bump indexmap from 2.7.1 to 2.9.0
last run
15 days ago
#336
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs