Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
perryqh committed Oct 29, 2024
1 parent 7702a98 commit 1e9e6cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "pks"
version = "0.2.22"
version = "0.2.23"
edition = "2021"
description = "Welcome! Please see https://github.com/rubyatscale/pks for more information!"
license = "MIT"
Expand Down
2 changes: 2 additions & 0 deletions src/packs/pack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,8 @@ pub fn serialize_pack(pack: &Pack) -> anyhow::Result<String> {
}
}

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

0 comments on commit 1e9e6cd

Please sign in to comment.