Преглед изворни кода

Bump version.

Really, this should be done immediately after release and not
immediately before, like I've been doing it.
whitequark пре 8 година
родитељ
комит
1874549b0b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "smoltcp"
-version = "0.3.0"
+version = "0.4.0-pre"
 authors = ["whitequark <[email protected]>"]
 description = "A TCP/IP stack designed for bare-metal, real-time systems without a heap."
 documentation = "https://docs.rs/smoltcp/"