Skip to content

Commit

Permalink
Merge #62
Browse files Browse the repository at this point in the history
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 <dev@phil-opp.com>
  • Loading branch information
bors[bot] and phil-opp committed Jul 7, 2019
2 parents 1ee7ec4 + c286082 commit a8c99d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
cargo-features = ["publish-lockfile"]

[package]
name = "bootloader"
version = "0.6.1"
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
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"

Expand Down
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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)).
Expand Down

0 comments on commit a8c99d0

Please sign in to comment.