Skip to content

Commit

Permalink
fix: use indexmap v2 in serde_with
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Oct 12, 2023
1 parent d72cc1c commit 91d6a4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rocksdb = { version = "0.21", features = ["multi-threaded-cf"] }
rocksdb-utils-lookup = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features=["preserve_order"] }
serde_with = "3.3"
serde_with = { version = "3.3", features=["indexmap_2"] }
strum = { version = "0.25", features = ["strum_macros", "derive"] }
thiserror = "1.0"
tracing = "0.1"
Expand Down
6 changes: 0 additions & 6 deletions utils/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,4 @@ resource "github_repository" "annonars" {

squash_merge_commit_message = "BLANK"
squash_merge_commit_title = "PR_TITLE"

template {
owner = "bihealth"
repository = "tpl-rs"
include_all_branches = true
}
}

0 comments on commit 91d6a4a

Please sign in to comment.