Skip to content

Commit c286082

Browse files
committed
Remove stabilized publish-lockfile feature
1 parent 1ee7ec4 commit c286082

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)