Browse Source

Bump version to 0.2.0.

Jing Yang 4 years ago
parent
commit
45f37cf90f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "labrpc"
-version = "0.1.12"
+version = "0.2.0"
 authors = ["Jing Yang <ditsing@gmail.com>"]
 description = "A RPC framework for testing"
 edition = "2018"