Skip to content

Commit

Permalink
Merge pull request #475 from juicebox-systems/v030
Browse files Browse the repository at this point in the history
rev version to 0.3.0
  • Loading branch information
simon-4242 authored Apr 4, 2024
2 parents 4f23b86 + 4586bce commit 496c88c
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
80 changes: 40 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ resolver = "2"

[workspace.package]
rust-version = "1.75"
version = "0.2.3"
version = "0.3.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[workspace.dependencies]
Expand Down Expand Up @@ -235,7 +235,7 @@ x509-cert = { version = "0.2.5", default-features = false }
# like cargo-upgrade (from the cargo-edit project) to report when the forked
# versions fall behind the crates.io versions.
#
# Using Git submodules instead of poining Cargo to the Git repositories works
# Using Git submodules instead of pointing Cargo to the Git repositories works
# better for offline reproducible builds (for key ceremonies). If we tell Cargo
# about the Git repos, the Git information ends up in Cargo.lock, and we don't
# want to need the full Git repo for offline builds. This also simplifies the
Expand Down

0 comments on commit 496c88c

Please sign in to comment.