Skip to content

Commit

Permalink
added rustc version to pass CRAN check
Browse files Browse the repository at this point in the history
  • Loading branch information
beniaminogreen committed Sep 23, 2024
1 parent 8c56931 commit b392b00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.1.3
Date: 2024-01-26 18:42:08 UTC
SHA: 8d7e4d4d3130680919fa79646ddd0e06b3857002
Version: 0.2.0
Date: 2024-09-23 01:06:40 UTC
SHA: 8c56931af2d1c7d55f2da65c826499a0dd59672c
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: Cargo (>= 1.56) (Rust's package manager), rustc
SystemRequirements: Cargo (>= 1.56) (Rust's package manager), rustc > 1.70
Imports:
collapse,
dplyr,
Expand Down
1 change: 0 additions & 1 deletion src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = 'zoomerjoin'
version = '0.1.0'
edition = '2021'
authors = ["Beniamino Green <[email protected]>"]
rust-version = "1.56"

[lib]
crate-type = ['staticlib']
Expand Down
Binary file modified src/rust/vendor.tar.xz
Binary file not shown.

0 comments on commit b392b00

Please sign in to comment.