refactor: use serde-yml instead of serde-yaml
modified Cargo.lock
@@ -2120,7 +2120,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2441,19 +2441,6 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -3144,12 +3131,6 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified Cargo.toml
@@ -19,7 +19,7 @@ radicle-ci-broker = "0.15.1"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/config.rs
@@ -38,7 +38,7 @@ impl Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -55,7 +55,7 @@ pub enum ConfigError {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/runlog.rs
@@ -212,7 +212,7 @@ impl RunLog {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -363,5 +363,5 @@ pub enum RunLogError {
|
|
|
|
|
|
| - | |
| + | |
|
modified src/runspec.rs
@@ -19,7 +19,7 @@ impl RunSpec {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -31,7 +31,7 @@ pub enum RunSpecError {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/integration.rs
@@ -350,7 +350,7 @@ impl TestCaseBuilder {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -365,7 +365,7 @@ impl TestCaseBuilder {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -373,7 +373,7 @@ impl TestCaseBuilder {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|