automatic cargo CI changes

This commit is contained in:
Gitea CI 2024-02-01 14:26:01 +00:00
parent bc7eb41675
commit 0965ac2bd2
2 changed files with 1 additions and 2 deletions

View File

@ -133,7 +133,6 @@ async fn they_are_not_about_the_same(world: &mut NumWorld) {
} }
} }
#[tokio::main] #[tokio::main]
async fn main() { async fn main() {
NumWorld::run("tests/features/book/revsqrt.feature").await; NumWorld::run("tests/features/book/revsqrt.feature").await;

View File

@ -1,7 +1,7 @@
use anyhow;
use chrono; use chrono;
use serde::{Deserialize, Serialize}; use serde::{Deserialize, Serialize};
use serde_json; use serde_json;
use anyhow;
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq)] #[derive(Serialize, Deserialize, Clone, Debug, PartialEq)]
#[serde(rename_all = "UPPERCASE")] #[serde(rename_all = "UPPERCASE")]