Skip to content

Commit

Permalink
0.0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy-Sheppard committed Oct 3, 2024
1 parent 4f84cde commit a086fcc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2,371 deletions.
4 changes: 2 additions & 2 deletions 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 = "chart-js-rs"
version = "0.0.39"
version = "0.0.40"
edition = "2021"
authors = ["Billy Sheppard", "Luis Moreno"]
license = "Apache-2.0"
Expand Down
3 changes: 1 addition & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ fn main() {
let symbols = syn::parse_file(&objects).unwrap();

let use_ = quote! {
#![allow(clippy::default_constructed_unit_structs)]
'\n'
use {
super::{
Expand Down Expand Up @@ -164,7 +163,7 @@ fn main() {
.map(|mut s| s.write_all(code.as_bytes()));

std::fs::write(
"./src/objects/methods.rs",
format!("{}/{}", std::env::var("OUT_DIR").unwrap(), "methods.rs"),
String::from_utf8_lossy(&formatted_code.wait_with_output().unwrap().stdout).to_string(),
)
.unwrap();
Expand Down
Loading

0 comments on commit a086fcc

Please sign in to comment.