diff --git a/Cargo.toml b/Cargo.toml index cf30a03f..46371917 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,3 @@ -cargo-features = ["publish-lockfile"] - [package] name = "bootloader" version = "0.6.1" @@ -7,7 +5,6 @@ authors = ["Philipp Oppermann "] license = "MIT/Apache-2.0" description = "An experimental pure-Rust x86 bootloader." repository = "https://github.com/rust-osdev/bootloader" -publish-lockfile = true edition = "2018" build = "build.rs" diff --git a/Changelog.md b/Changelog.md index 7f8722c7..4349a9c9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,5 @@ +- Remove stabilized publish-lockfile feature ([#62](https://github.com/rust-osdev/bootloader/pull/62)) + # 0.6.1 - Make the physical memory offset configurable through a `BOOTLOADER_PHYSICAL_MEMORY_OFFSET` environment variable ([#58](https://github.com/rust-osdev/bootloader/pull/58)).