Skip to content

Commit

Permalink
fix: fixed automatic quotes choice in few cases (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
pamburus authored May 4, 2024
1 parent 834b33a commit 67899b5
Show file tree
Hide file tree
Showing 4 changed files with 253 additions and 57 deletions.
15 changes: 13 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = [".", "crate/encstr"]
[workspace.package]
repository = "https://github.com/pamburus/hl"
authors = ["Pavel Ivanov <[email protected]>"]
version = "0.29.0-alpha.13"
version = "0.29.0-alpha.14"
edition = "2021"
license = "MIT"

Expand Down Expand Up @@ -32,6 +32,7 @@ sha2 = "0"
atoi = "2"
bincode = "1"
bitmask = "0"
bitmask-enum = "2"
bytefmt = "0"
capnp = "0.19"
chrono = { version = "0.4", default-features = false, features = [
Expand Down
Loading

0 comments on commit 67899b5

Please sign in to comment.