Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
tascord committed Aug 19, 2024
1 parent f0ca8d9 commit 43ff341
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 = "ptv"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
description = "A Rust library for the Public Transport Victoria (PTV) API"
Expand Down
2 changes: 1 addition & 1 deletion src/ty.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use to_and_fro::{output_case, ToAndFro};
use crate::{
de_rfc3339,
helpers::{
de_iso_8601, de_service_time, de_string_as_i32, deserialize_path, ser_disruption_query,
de_iso_8601, de_service_time, deserialize_path, ser_disruption_query,
ser_iso_8601, ser_touch_utc,
},
opt_de_rfc3339,
Expand Down
4 changes: 2 additions & 2 deletions tests/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ pub mod test {
use colored::Colorize;
use dotenv::dotenv;
use futures::{stream::FuturesUnordered, StreamExt};
use itertools::Itertools;

use once_cell::sync::Lazy;
use ptv::*;
use ptvrs_macros::make_test;
use tokio::io::AsyncWriteExt;


static DEVID: &str = "DEVID";
static KEY: &str = "KEY";
Expand Down

0 comments on commit 43ff341

Please sign in to comment.