Skip to content

Commit

Permalink
chore: Update fhir-model in generate
Browse files Browse the repository at this point in the history
  • Loading branch information
FlixCoder committed May 26, 2024
1 parent 2bba31e commit 1f8dbaf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/generate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = "0.1.0"
[dependencies]
Inflector = "0.11.4"
anyhow = "1.0.70"
fhir-model = {version = "0.10.0", default-features = false, features = ["stu3", "r4b", "r5"]}
fhir-model = {version = "0.10.1", default-features = false, features = ["stu3", "r4b", "r5"]}
once_cell = "1.18.0"
prettyplease = "0.2.0"
proc-macro2 = "1.0.53"
Expand Down

0 comments on commit 1f8dbaf

Please sign in to comment.