Skip to content

Commit 0c96ead

Browse files
committed
Remove unused rustversion dependency of axum-core (#3502)
1 parent a1d22f6 commit 0c96ead

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

axum-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
# Unreleased
9+
10+
- **fixed:** Removed unused `rustversion` dependency ([#3502])
11+
12+
[#3502]: https://github.com/tokio-rs/axum/pull/3502
13+
814
# 0.5.3
915

1016
- **added:** `DefaultBodyLimit::apply` for changing the `DefaultBodyLimit` inside extractors.

axum-core/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ http-body = "1.0.0"
2525
http-body-util = "0.1.0"
2626
mime = "0.3.16"
2727
pin-project-lite = "0.2.7"
28-
rustversion = "1.0.9"
2928
sync_wrapper = "1.0.0"
3029
tower-layer = "0.3"
3130
tower-service = "0.3"

0 commit comments

Comments
 (0)