瀏覽代碼

Cargo.toml: alphabetize Cargo dependencies

Rich Lane 8 年之前
父節點
當前提交
115ad05d2e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -24,8 +24,8 @@ include = [
 
 [dependencies]
 
-libc = "0.2.0"
 combine = "2.1.1"
+libc = "0.2.0"
 
 [dev-dependencies]