We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7702a98 commit 1e9e6cdCopy full SHA for 1e9e6cd
Cargo.toml
@@ -2,7 +2,7 @@
2
3
[package]
4
name = "pks"
5
-version = "0.2.22"
+version = "0.2.23"
6
edition = "2021"
7
description = "Welcome! Please see https://github.com/rubyatscale/pks for more information!"
8
license = "MIT"
src/packs/pack.rs
@@ -405,6 +405,8 @@ pub fn serialize_pack(pack: &Pack) -> anyhow::Result<String> {
405
}
406
407
408
+// serde_yaml doesn't add quotes around all constants, which isn't a problem
409
+//unless the constant starts with ::
410
fn add_back_necessary_quotes(
411
serialized_pack: String,
412
) -> anyhow::Result<String> {
0 commit comments