Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raldone01 committed Dec 16, 2024
1 parent 93f1871 commit 77ea5d5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.2] - 2024-12-16

- Support older nightly versions because the one that build the docs is currently frozen.

## [0.3.1] - 2024-12-14

- Restructure the project.
Expand Down
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: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cargo-features = ["edition2024"]

[workspace]
resolver = "2"

Expand Down Expand Up @@ -51,7 +53,7 @@ unused_qualifications = "warn"

[package]
name = "trait-cast"
version = "0.3.1"
version = "0.3.2"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "Get your own Any with support for casting to trait objects."
Expand Down
4 changes: 3 additions & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
cargo-features = ["edition2024"]

[package]
name = "trait-cast-macros"
version = "0.3.1"
version = "0.3.2"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "Proc-macro implementation for the 'trait-cast' crate."
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly"
channel = "nightly-2024-11-20"
components = [
"rustc",
"cargo",
Expand Down

0 comments on commit 77ea5d5

Please sign in to comment.