Skip to content

Commit d762893

Browse files
authored
bootspec: bump to v2.0.0 (#214)
* bootspec/README: clarify version support * bootspec: bump to v2.0.0
1 parent 8c3411c commit d762893

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootspec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bootspec"
3-
version = "1.1.0"
3+
version = "2.0.0"
44
edition = "2021"
55
description = "An implementation of NixOS RFC 125's bootspec datatype"
66
license = "MIT"

bootspec/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ This crate provides various structures and constants useful for interacting with
55
See: https://github.com/NixOS/rfcs/pull/125.
66

77
The `BootJson` struct implements the `serde::Deserialize` and `serde::Serialize` traits, making it easy to work with existing bootspec documents as well as creating new ones.
8+
9+
## Versioning
10+
11+
* `bootspec` crate versions `1.x` and `2.x` are compatible with [bootspec V1](https://github.com/NixOS/rfcs/pull/125).

0 commit comments

Comments
 (0)