Skip to content

Commit

Permalink
Merge pull request #24 from moia-oss/bump-rust-to-1.68
Browse files Browse the repository at this point in the history
bump rust to 1.68
  • Loading branch information
rinde authored Mar 21, 2023
2 parents 82397f7 + 1cc6c4a commit b08e691
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.67.0
1.68.0
2 changes: 1 addition & 1 deletion rust-toolchain-nightly
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2023-02-16
nightly-2023-03-10
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use std::cmp::Ordering;
use std::error::Error;
use std::fmt::Debug;
use std::fmt::Display;
use std::iter::Sum;
use std::ops::Add;
use std::ops::AddAssign;
use std::ops::Div;
Expand Down

0 comments on commit b08e691

Please sign in to comment.