Skip to content

Commit

Permalink
chore: remove fixed version dependency for now
Browse files Browse the repository at this point in the history
Co-authored-by: Raimundo Henriques <[email protected]>
  • Loading branch information
zeitgeist and raimundo-henriques authored Oct 8, 2024
1 parent 70112be commit 830f783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
pact-data-model = { git = "https://github.com/sine-fdn/pact-data-model.git", commit = "73ba24f6aef83eeb933b730d3a0c1d90405906bd" }
pact-data-model = { git = "https://github.com/sine-fdn/pact-data-model.git" }
chrono = { version = "0.4", features = ["serde"] }
schemars = { version = "0.8", features = ["chrono"] }
serde = { version = "1.0.203", features = ["derive"] }
Expand Down

0 comments on commit 830f783

Please sign in to comment.