Skip to content

Commit cdce910

Browse files
authored
Switch async-bb8-diesel to crates version (#383)
1 parent 177d95b commit cdce910

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99
resolver = "2"
1010

1111
[workspace.dependencies]
12-
async-bb8-diesel = { git = "https://github.com/oxidecomputer/async-bb8-diesel", version = "0.3" }
12+
async-bb8-diesel = "0.3"
1313
async-trait = "0.1.89"
1414
base64 = "0.22"
1515
bb8 = "0.9"
@@ -30,7 +30,7 @@ jsonwebtoken = { version = "10.2", features = ["rust_crypto"] }
3030
mockall = "0.14.0"
3131
newtype-uuid = { version = "1.3.2", features = ["schemars08", "serde", "v4"] }
3232
oauth2 = { version = "5.0.0", default-features = false, features = ["rustls-tls"] }
33-
partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" }
33+
partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" } # TODO: switch to crates.io once published.
3434
proc-macro2 = "1"
3535
quote = "1"
3636
rand = "0.8.5"

0 commit comments

Comments
 (0)