Skip to content

Commit

Permalink
Bump Janus to 0.5.28. (#2257)
Browse files Browse the repository at this point in the history
  • Loading branch information
branlwyd authored Nov 16, 2023
1 parent 120c085 commit 07c794c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ homepage = "https://divviup.org"
license = "MPL-2.0"
repository = "https://github.com/divviup/janus"
rust-version = "1.71.0"
version = "0.5.27"
version = "0.5.28"

[workspace.dependencies]
anyhow = "1"
Expand Down
4 changes: 2 additions & 2 deletions core/src/test_util/testcontainers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ pub struct Postgres {
}

impl Postgres {
const NAME: &str = "postgres";
const TAG: &str = "14-alpine";
const NAME: &'static str = "postgres";
const TAG: &'static str = "14-alpine";
}

impl Default for Postgres {
Expand Down

0 comments on commit 07c794c

Please sign in to comment.