File tree 3 files changed +8
-5
lines changed 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## 0.11.0
6
+
7
+ - Updated ` prost ` dependency to ` 0.13 ` .
5
8
- Minimum supported Rust version (MSRV) is now 1.75.
6
9
7
10
## 0.10.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " actix-protobuf"
3
- version = " 0.10 .0"
3
+ version = " 0.11 .0"
4
4
authors = [
5
5
" kingxsp <jin.hb.zh@outlook.com>" ,
6
6
" Yuki Okushi <huyuumi.dev@gmail.com>" ,
@@ -21,11 +21,11 @@ all-features = true
21
21
actix-web = { version = " 4" , default-features = false }
22
22
derive_more = " 0.99.7"
23
23
futures-util = { version = " 0.3.17" , default-features = false , features = [" std" ] }
24
- prost = { version = " 0.12 " , default-features = false }
24
+ prost = { version = " 0.13 " , default-features = false }
25
25
26
26
[dev-dependencies ]
27
27
actix-web = { version = " 4" , default-features = false , features = [" macros" ] }
28
- prost = { version = " 0.12 " , default-features = false , features = [" prost-derive" ] }
28
+ prost = { version = " 0.13 " , default-features = false , features = [" prost-derive" ] }
29
29
30
30
[lints ]
31
31
workspace = true
Original file line number Diff line number Diff line change 5
5
<!-- prettier-ignore-start -->
6
6
7
7
[ ![ crates.io] ( https://img.shields.io/crates/v/actix-protobuf?label=latest )] ( https://crates.io/crates/actix-protobuf )
8
- [ ![ Documentation] ( https://docs.rs/actix-protobuf/badge.svg?version=0.10 .0 )] ( https://docs.rs/actix-protobuf/0.10 .0 )
8
+ [ ![ Documentation] ( https://docs.rs/actix-protobuf/badge.svg?version=0.11 .0 )] ( https://docs.rs/actix-protobuf/0.11 .0 )
9
9
![ Apache 2.0 or MIT licensed] ( https://img.shields.io/crates/l/actix-protobuf )
10
- [ ![ Dependency Status] ( https://deps.rs/crate/actix-protobuf/0.10 .0/status.svg )] ( https://deps.rs/crate/actix-protobuf/0.10 .0 )
10
+ [ ![ Dependency Status] ( https://deps.rs/crate/actix-protobuf/0.11 .0/status.svg )] ( https://deps.rs/crate/actix-protobuf/0.11 .0 )
11
11
12
12
<!-- prettier-ignore-end -->
13
13
You can’t perform that action at this time.
0 commit comments