Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.
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: GiganticMinecraft/IdeaDiscussionMaster
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b34126cab92dc29e90e1c56f16752c222c98b7b1
Choose a base ref
..
head repository: GiganticMinecraft/IdeaDiscussionMaster
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6add0d54c457c5afa5cb8ae9e3b2552589dd17e4
Choose a head ref
Showing with 20 additions and 8 deletions.
  1. +19 −7 Cargo.lock
  2. +1 −1 Cargo.toml
26 changes: 19 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ chrono = "0.4"
derive-new = "0.5"
futures = "0.3"
itertools = "0.11"
regex = "1.8"
regex = "1.9"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
strum = { version = "0.24", features = ["derive"] }