We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0997a9c + 98eb436 commit ec2a919Copy full SHA for ec2a919
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ttrpc"
3
-version = "0.4.1"
+version = "0.4.2"
4
authors = ["The AntFin Kata Team <[email protected]>"]
5
edition = "2018"
6
license = "Apache-2.0"
src/lib.rs
@@ -26,6 +26,8 @@
26
//! - `sync`: Enables traditional sync server and client (default enabled).
27
//! - `protobuf-codec`: Includes rust-protobuf (default enabled).
28
29
+#![cfg_attr(docsrs, feature(doc_cfg))]
30
+
31
#[macro_use]
32
extern crate log;
33
0 commit comments