Skip to content

Commit

Permalink
chore: import pact-data-model-flatten
Browse files Browse the repository at this point in the history
  • Loading branch information
raimundo-henriques committed Oct 8, 2024
1 parent e6f9edd commit 0b070c6
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 40 deletions.
73 changes: 36 additions & 37 deletions gen/Cargo.lock

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

6 changes: 3 additions & 3 deletions gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ 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", branch = "extensions-type" }
pact-data-model = { git = "https://github.com/sine-fdn/pact-data-model.git", rev = "a6ad66609318ab0b96dbb55af7b49d43cff4ce97" }
chrono = { version = "0.4", features = ["serde"] }
schemars = { version = "0.8", features = ["chrono"] }
schemars = { version = "0.8.21", features = ["chrono"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.96"
serde_json = "1.0"
rust_decimal = "1.35.0"
rust_decimal_macros = "^1.20"
regex = "1.10.4"
Expand Down

0 comments on commit 0b070c6

Please sign in to comment.