Skip to content

Commit ca17bf8

Browse files
committed
chore: bump version
1 parent 08305cf commit ca17bf8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "qapi-spec"
3-
version = "0.3.1"
3+
version = "0.3.2" # keep in sync with html_root_url
44
authors = ["arcnmx"]
55
edition = "2018"
66

spec/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/qapi-spec/0.3.1")]
1+
#![doc(html_root_url = "https://docs.rs/qapi-spec/0.3.2")]
22

33
use std::{io, error, fmt, str};
44
use std::marker::PhantomData;

0 commit comments

Comments
 (0)