Skip to content

Commit 013a687

Browse files
committed
Remove publish-lockfile setting since it's not possible to publish with it
1 parent 4cb3645 commit 013a687

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
cargo-features = ["publish-lockfile"]
2-
31
[package]
42
name = "bootloader"
53
version = "0.2.0-alpha-002"
64
authors = ["Philipp Oppermann <[email protected]>"]
75
license = "MIT/Apache-2.0"
86
description = "An experimental pure-Rust x86 bootloader."
9-
publish-lockfile = true
107

118
[dependencies]
129
xmas-elf = "0.6.2"

0 commit comments

Comments
 (0)