Skip to content

Commit aab5280

Browse files
authored
chore(deps): use upstream fake again (#91)
Our contributions were merged and released, so using a patched version from git is no longer necessary.
1 parent 73847ab commit aab5280

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Cargo.lock

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ darling = "0.20"
4040
derive_builder = "0.20"
4141
derive_more = "1"
4242
env_logger = "0.11"
43-
# TODO: replace with upstream when https://github.com/cksac/fake-rs/pull/204 is merged and released
44-
fake = { git = "https://github.com/m4tx/fake-rs.git" }
43+
fake = "3.1"
4544
flareon = { path = "flareon" }
4645
flareon_codegen = { path = "flareon-codegen" }
4746
flareon_macros = { path = "flareon-macros" }

0 commit comments

Comments
 (0)