Skip to content

Commit 0b070c6

Browse files
chore: import pact-data-model-flatten
1 parent e6f9edd commit 0b070c6

File tree

2 files changed

+39
-40
lines changed

2 files changed

+39
-40
lines changed

gen/Cargo.lock

+36-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
pact-data-model = { git = "https://github.com/sine-fdn/pact-data-model.git", branch = "extensions-type" }
9+
pact-data-model = { git = "https://github.com/sine-fdn/pact-data-model.git", rev = "a6ad66609318ab0b96dbb55af7b49d43cff4ce97" }
1010
chrono = { version = "0.4", features = ["serde"] }
11-
schemars = { version = "0.8", features = ["chrono"] }
11+
schemars = { version = "0.8.21", features = ["chrono"] }
1212
serde = { version = "1.0.203", features = ["derive"] }
13-
serde_json = "1.0.96"
13+
serde_json = "1.0"
1414
rust_decimal = "1.35.0"
1515
rust_decimal_macros = "^1.20"
1616
regex = "1.10.4"

0 commit comments

Comments
 (0)