Skip to content

Commit

Permalink
Bump version and format
Browse files Browse the repository at this point in the history
  • Loading branch information
blazzy committed Jul 16, 2024
1 parent 25a0918 commit 281a6ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
members = [".", "podman-autogen-api"]

[workspace.package]
version = "0.4.0"
version = "0.5.0"
license = "MIT OR Apache-2.0"
edition = "2021"
repository = "https://github.com/blazzy/podman-rest-client"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ mod ssh;
mod unix_socket;

pub use error::Error;
pub use podman_autogen_api::models;
pub use podman_rest_client::Config;
pub use podman_rest_client::PodmanRestClient;
pub use podman_autogen_api::models;

#[derive(thiserror::Error, Debug)]
pub enum GuessError {
Expand Down

0 comments on commit 281a6ac

Please sign in to comment.