Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaychenko-sergei committed Nov 28, 2023
1 parent 79134d2 commit 1bfbd89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -4,7 +4,7 @@ members = ["dill-impl", "dill"]


[workspace.package]
version = "0.7.2"
version = "0.8.0"
edition = "2021"
readme = "README.md"
homepage = "https://github.com/sergiimk/dill-rs"
Expand All @@ -17,4 +17,4 @@ include = ["benches/*.rs", "src/**/*.rs", "Cargo.toml"]


[workspace.dependencies]
dill-impl = { path = "dill-impl", version = "0.7.2" }
dill-impl = { path = "dill-impl", version = "0.8.0" }

0 comments on commit 1bfbd89

Please sign in to comment.