Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: radium-io/sanity
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 18b2203c0bbccffee276976ab88ad2ce4b12105e
Choose a base ref
..
head repository: radium-io/sanity
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 302d3754239e73331ae9fd0bb7b9faaa4f7b1c4a
Choose a head ref
Showing with 9 additions and 9 deletions.
  1. +7 −7 Cargo.lock
  2. +1 −1 sanity-bin/Cargo.toml
  3. +1 −1 sanity-lib/Cargo.toml
14 changes: 7 additions & 7 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 sanity-bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ direction = {version = "0.17.10", features = ["rand"]}
log = { version = "0.4.11", features = ["serde"] }
rand = "0.7.3"
ron = "0.6.2"
serde = "1.0.196"
serde = "1.0.197"
wfc = "0.9.2"
bracket-pathfinding = "0.8.1"
strum = "0.19.5"
2 changes: 1 addition & 1 deletion sanity-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
amethyst = "0.15.3"
bracket-pathfinding = "0.8.1"
serde = "1.0.196"
serde = "1.0.197"
strum = "0.19.5"
strum_macros = "0.19.4"