浏览代码

Merge #690

690: Increase version number r=thvdveld a=thvdveld

This makes testing local changes with patches work in other crates.

Co-authored-by: Thibaut Vandervelden <thvdveld@vub.be>
bors[bot] 2 年之前
父节点
当前提交
16d13eafa5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "smoltcp"
-version = "0.8.0"
+version = "0.9.0"
 edition = "2018"
 rust-version = "1.60"
 authors = ["whitequark <whitequark@whitequark.org>"]