Skip to content

Commit

Permalink
version: Release v0.1.4-snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
RealHeart committed Nov 1, 2022
1 parent 47470f3 commit 742b566
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mihoyo-api"
version = "0.1.3-snapshot"
version = "0.1.4-snapshot"
authors = ["ZhenXin <[email protected]>"]
edition = "2021"
description = "miHoYo API"
Expand Down
2 changes: 1 addition & 1 deletion src/api/common.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use rand::{thread_rng, Rng};
use rocket::http::CookieJar;
use ureq::{json, serde_json::Value};
use ureq::serde_json::Value;

use crate::utils::{common, crypto::md5};

Expand Down

0 comments on commit 742b566

Please sign in to comment.