Skip to content

Commit

Permalink
require newer Rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
larsnaesbye committed Jan 13, 2024
1 parent a725765 commit d446eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ version = "0.1.0"
authors = ["Lars Næsbye Christensen <lars@naesbye.dk>"]
edition = "2021"
description = "Converts SBF to RINEX"
rust-version = "1.71.0"
rust-version = "1.75.0"
categories = ["science::geo", "parsing"]

[dependencies]

bstr = "1.9"
clap = { version = "4.4", features = [] }
nom = "7.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/tests.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Here we define unit tests and other tests to be run
#[cfg(test)]
mod tests {
#[test]
#[test] // placeholder
fn it_works() {
let result = 2 + 2;
assert_eq!(result, 4);
Expand Down

0 comments on commit d446eaf

Please sign in to comment.