Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeebbbbrrrr committed Oct 16, 2024
1 parent 7924c44 commit 15869dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/version-updater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#LICENSE All rights reserved.
#LICENSE
#LICENSE Use of this source code is governed by the MIT license that can be found in the LICENSE file.

[package]
name = "pgrx-version-updater"
version = "0.1.1"
Expand All @@ -19,11 +19,11 @@ publish = false

[dependencies]
cargo_toml = "0.20.4"
clap = { version = "4.4.2", features = [ "env", "derive" ] }
clap = { version = "4.4.2", features = ["env", "derive"] }
owo-colors = "4"
rustc-hash = "2"
toml = "0.8.19"
toml_edit.workspace = true
toml_edit = { version = "0.22" }
walkdir = "2"

[workspace]

0 comments on commit 15869dc

Please sign in to comment.