Skip to content

Commit

Permalink
Merge pull request #228 from minghuaw/0.9-dev
Browse files Browse the repository at this point in the history
Fixed wrong MSRV in readme
  • Loading branch information
minghuaw authored Feb 22, 2024
2 parents 7da45fe + 56e260c commit 104da44
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fe2o3-amqp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fe2o3-amqp"
version = "0.9.4"
version = "0.9.5"
edition = "2021"
description = "An implementation of AMQP1.0 protocol based on serde and tokio"
license = "MIT/Apache-2.0"
Expand Down
8 changes: 8 additions & 0 deletions fe2o3-amqp/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.8.28

1. Backported 0.9.5

## 0.9.5

1. Fixed wrong MSRV in readme.

## 0.8.27

1. Backported 0.9.3 and 0.9.4
Expand Down
2 changes: 1 addition & 1 deletion fe2o3-amqp/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,6 @@ receiving message in a browser tab can be found

## Minimum rust version supported

1.56.0 (ie. 2021 edition)
1.75.0

License: MIT/Apache-2.0
2 changes: 1 addition & 1 deletion fe2o3-amqp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
//!
//! # Minimum rust version supported
//!
//! 1.56.0 (ie. 2021 edition)
//! 1.75.0
#[macro_use]
mod macros;
Expand Down

0 comments on commit 104da44

Please sign in to comment.