Skip to content

Commit 6f11108

Browse files
committed
Remove Cargo.lock
The Cargo.lock file was added only to serve the creation of the Docker image, as it aided with reproducibility. With Docker support gone, there is no need for us to manage this file. If users care to use specific versions of dependencies, they are advised to manage a lock file themselves. The only guarantee we provide is that there exist versions of dependencies that allow a build with the stated minimum supported Rust version.
1 parent de181fa commit 6f11108

File tree

3 files changed

+3
-1357
lines changed

3 files changed

+3
-1357
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023-2024 The cargo-http-registry Developers
1+
# Copyright (C) 2023-2025 The cargo-http-registry Developers
22
# SPDX-License-Identifier: GPL-3.0-or-later
33

44
# Please see the documentation for all configuration options:
@@ -17,7 +17,7 @@ updates:
1717
# lockfile changes could potentially conflict.
1818
open-pull-requests-limit: 1
1919
rebase-strategy: auto
20-
versioning-strategy: lockfile-only
20+
versioning-strategy: auto
2121
directory: /
2222
schedule:
2323
interval: daily

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Unreleased
22
----------
33
- Removed `Dockerfile` and Docker image build CI job
4+
- Removed `Cargo.lock` file from repository
45
- Bumped `git2` dependency to `0.20`
56

67

0 commit comments

Comments
 (0)