Просмотр исходного кода

Cargo.toml: alphabetize Cargo dependencies

Rich Lane 8 лет назад
Родитель
Сommit
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]