Skip to content

Commit

Permalink
chore(deps): use upstream fake again
Browse files Browse the repository at this point in the history
Our contributions were merged and released, so using a patched version
from git is no longer necessary.
  • Loading branch information
m4tx committed Jan 2, 2025
1 parent 73847ab commit 2c0e2e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 5 additions & 3 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ darling = "0.20"
derive_builder = "0.20"
derive_more = "1"
env_logger = "0.11"
# TODO: replace with upstream when https://github.com/cksac/fake-rs/pull/204 is merged and released
fake = { git = "https://github.com/m4tx/fake-rs.git" }
fake = "3.1"
flareon = { path = "flareon" }
flareon_codegen = { path = "flareon-codegen" }
flareon_macros = { path = "flareon-macros" }
Expand Down

0 comments on commit 2c0e2e8

Please sign in to comment.