Skip to content

Commit e59adf6

Browse files
authored
Fix doc and readme formatting in v3 (#141)
1 parent fc3dcaf commit e59adf6

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

lib/v3/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# Changelog
22

3+
## 0.1.1-git
4+
5+
### Patch
6+
7+
- Fix documentation and readme formatting
8+
39
## 0.1.0

lib/v3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "data-encoding-v3"
3-
version = "0.1.0"
3+
version = "0.1.1-git"
44
authors = ["Julien Cretin <git@ia0.eu>"]
55
license = "MIT"
66
edition = "2024"

lib/v3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:warning: It is strongly **discouraged** to use this crate _at this time_. There are no guarantees
1+
WARNING: It is strongly **discouraged** to use this crate _at this time_. There are no guarantees
22
whatsoever (correctness, stability, documentation, etc). This warning will be updated as new
33
versions are published.
44

lib/v3/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//! Efficient and customizable data-encoding functions like base64, base32, and hex
2+
#![doc = ""]
23
#![doc = include_str!("../README.md")]
34
#![no_std]
45
#![cfg_attr(docsrs, feature(doc_auto_cfg))]

0 commit comments

Comments
 (0)