From c2860826a000a00fff80268f380fadebb2692825 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 7 Jul 2019 15:37:15 +0200 Subject: [PATCH] Remove stabilized publish-lockfile feature --- Cargo.toml | 3 --- Changelog.md | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) 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)).