Skip to content

Commit 5f54865

Browse files
committed
Publish lockfile on crates.io
1 parent 83ae580 commit 5f54865

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
cargo-features = ["publish-lockfile"]
2+
13
[package]
24
name = "bootloader"
35
version = "0.2.0-alpha-004"
46
authors = ["Philipp Oppermann <[email protected]>"]
57
license = "MIT/Apache-2.0"
68
description = "An experimental pure-Rust x86 bootloader."
9+
publish-lockfile = true
710

811
[dependencies]
912
xmas-elf = "0.6.2"

0 commit comments

Comments
 (0)