Skip to content

Commit

Permalink
chore: release v0.10.0 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 authored Nov 15, 2024
1 parent 700d50b commit b65aa62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ resolver = "2"
[workspace.package]
authors = ["Parity Technologies <[email protected]>"]
edition = "2021"
version = "0.9.0"
version = "0.10.0"
rust-version = "1.81.0"
license = "Apache-2.0 OR GPL-3.0"
repository = "https://github.com/paritytech/scale-typegen"
homepage = "https://www.parity.io/"

[workspace.dependencies]
scale-typegen-description = { version = "0.9.0", path = "description" }
scale-typegen = { version = "0.9.0", path = "typegen" }
scale-typegen-description = { version = "0.10.0", path = "description" }
scale-typegen = { version = "0.10.0", path = "typegen" }

# external dependencies
parity-scale-codec = { version = "3.6.12", features = ["derive"] }
Expand Down

0 comments on commit b65aa62

Please sign in to comment.