Skip to content

Commit

Permalink
Bump num to v0.4 and pretty_assertions to v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ozkriff committed Jun 7, 2021
1 parent e5a9ac8 commit 9a57f6f
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 53 deletions.
114 changes: 63 additions & 51 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ log = "0.4"
env_logger = "0.8"
derive_more = { version = "0.99", features = ["from"] }
serde = { version = "1.0", features = ["derive"] }
num = { version = "0.3", default-features = false }
num = { version = "0.4", default-features = false }
ui = { path = "zgui", package = "zgui" }
zscene = { path = "zscene" }
zcomponents = { path = "zcomponents" }
Expand All @@ -32,4 +32,4 @@ heck = "0.3"
once_cell = "1.6"

[dev-dependencies]
pretty_assertions = "0.6"
pretty_assertions = "0.7"

0 comments on commit 9a57f6f

Please sign in to comment.