You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bootspec/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,7 @@ This crate provides various structures and constants useful for interacting with
5
5
See: https://github.com/NixOS/rfcs/pull/125.
6
6
7
7
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