Skip to content

Commit a7b793c

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

File tree

2 files changed

+38
-39
lines changed

2 files changed

+38
-39
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

+2-2
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" }
1010
chrono = { version = "0.4", features = ["serde"] }
1111
schemars = { version = "0.8", 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)