Skip to content

Commit

Permalink
Bump version to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spotlightishere committed Apr 28, 2024
1 parent 23683c2 commit acf7bf2
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 @@ -24,7 +24,7 @@ resolver = "2"
members = ["crates/*", "remi"]

[workspace.package]
version = "0.7.0"
version = "0.7.1"
repository = "https://github.com/Noelware/remi-rs"
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion crates/s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ aws-sdk-s3 = { version = "1.24.0", features = ["behavior-version-latest"] }
aws-smithy-runtime-api = "1.4.0"
bytes = "1.6.0"
log = { version = "0.4.21", optional = true }
remi = { path = "../../remi", version = "0.7.0" }
remi = { path = "../../remi", version = "0.7.1" }
serde = { version = "1.0.199", features = ["derive"], optional = true }
tracing = { version = "0.1.40", optional = true }

Expand Down

0 comments on commit acf7bf2

Please sign in to comment.