automatic cargo CI changes
This commit is contained in:
parent
bc7eb41675
commit
0965ac2bd2
|
@ -133,7 +133,6 @@ async fn they_are_not_about_the_same(world: &mut NumWorld) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
NumWorld::run("tests/features/book/revsqrt.feature").await;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
use anyhow;
|
||||
use chrono;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use serde_json;
|
||||
use anyhow;
|
||||
|
||||
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq)]
|
||||
#[serde(rename_all = "UPPERCASE")]
|
||||
|
|
Loading…
Reference in New Issue