Skip to content

Commit

Permalink
this should not be a rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Tropix126 committed Dec 21, 2023
1 parent 306e0fc commit 7083391
Show file tree
Hide file tree
Showing 3 changed files with 2 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
Expand Up @@ -4,7 +4,7 @@ description = "Wrapper for the RobotEvents.com v2 API."
repository = "https://github.com/LemLib/robotevents-rs/"
license-file = "LICENSE.md"
readme = "README.md"
version = "0.2.4"
version = "0.2.5"
edition = "2021"
authors=["tropix126", "BattleCh1cken"]
categories = ["science::robotics", "api-bindings", "web-programming::http-client"]
Expand Down
1 change: 0 additions & 1 deletion src/schema/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ pub struct Event {
pub level: EventLevel,
pub ongoing: bool,
pub awards_finalized: bool,
#[serde(rename = "type")]
pub event_type: EventType,
}

Expand Down

0 comments on commit 7083391

Please sign in to comment.