Skip to content

Commit

Permalink
Merge pull request #136 from miranbastaja/toml-0.8
Browse files Browse the repository at this point in the history
dep: update toml to 0.8.2
  • Loading branch information
vthg2themax authored Oct 17, 2023
2 parents 222f69c + 2897220 commit 3bb7b3e
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 55 deletions.
108 changes: 54 additions & 54 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion sailfish-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ config = ["serde", "toml"]
memchr = "2.5.0"
quote = { version = "1.0.26", default-features = false }
serde = { version = "1.0", features = ["derive"], optional = true }
toml = { version = "0.7.3", optional = true }
toml = { version = "0.8.2", optional = true }
home = "0.5.4"
filetime = "0.2.21"

Expand Down

0 comments on commit 3bb7b3e

Please sign in to comment.