Skip to content

Commit a8c99d0

Browse files
bors[bot]phil-opp
andcommitted
Merge #62
62: Remove stabilized publish-lockfile feature r=phil-opp a=phil-opp The feature was stabilized/removed in rust-lang/cargo#7026. Now all binaries include the Cargo.lock by default. Fixes #57 Co-authored-by: Philipp Oppermann <[email protected]>
2 parents 1ee7ec4 + c286082 commit a8c99d0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
cargo-features = ["publish-lockfile"]
2-
31
[package]
42
name = "bootloader"
53
version = "0.6.1"
64
authors = ["Philipp Oppermann <[email protected]>"]
75
license = "MIT/Apache-2.0"
86
description = "An experimental pure-Rust x86 bootloader."
97
repository = "https://github.com/rust-osdev/bootloader"
10-
publish-lockfile = true
118
edition = "2018"
129
build = "build.rs"
1310

Changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- Remove stabilized publish-lockfile feature ([#62](https://github.com/rust-osdev/bootloader/pull/62))
2+
13
# 0.6.1
24

35
- Make the physical memory offset configurable through a `BOOTLOADER_PHYSICAL_MEMORY_OFFSET` environment variable ([#58](https://github.com/rust-osdev/bootloader/pull/58)).

0 commit comments

Comments
 (0)