We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee7ec4 commit 7148329Copy full SHA for 7148329
Cargo.toml
@@ -1,13 +1,10 @@
1
-cargo-features = ["publish-lockfile"]
2
-
3
[package]
4
name = "bootloader"
5
version = "0.6.1"
6
authors = ["Philipp Oppermann <[email protected]>"]
7
license = "MIT/Apache-2.0"
8
description = "An experimental pure-Rust x86 bootloader."
9
repository = "https://github.com/rust-osdev/bootloader"
10
-publish-lockfile = true
11
edition = "2018"
12
build = "build.rs"
13
0 commit comments