Skip to content

Commit 1e9e6cd

Browse files
committed
bumping version
1 parent 7702a98 commit 1e9e6cd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "pks"
5-
version = "0.2.22"
5+
version = "0.2.23"
66
edition = "2021"
77
description = "Welcome! Please see https://github.com/rubyatscale/pks for more information!"
88
license = "MIT"

Diff for: src/packs/pack.rs

+2
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,8 @@ pub fn serialize_pack(pack: &Pack) -> anyhow::Result<String> {
405405
}
406406
}
407407

408+
// serde_yaml doesn't add quotes around all constants, which isn't a problem
409+
//unless the constant starts with ::
408410
fn add_back_necessary_quotes(
409411
serialized_pack: String,
410412
) -> anyhow::Result<String> {

0 commit comments

Comments
 (0)