Skip to content

Commit 5ac5f70

Browse files
authored
chore: change msrv from 1.81.0 to 1.73.0 (#340)
by running `CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS=fallback cargo +nightly -Zmsrv-policy generate-lockfile --manifest-path src/rust/Cargo.toml`
1 parent bdfe4ea commit 5ac5f70

File tree

5 files changed

+91
-84
lines changed

5 files changed

+91
-84
lines changed

LICENSE.note

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ License: Apache-2.0 OR MIT
108108
-------------------------------------------------------------
109109

110110
Name: bumpalo
111-
Version: 3.14.0
111+
Version: 3.17.0
112112
Repository: https://github.com/fitzgen/bumpalo
113113
Authors: Nick Fitzgerald
114114
License: Apache-2.0 OR MIT
@@ -267,6 +267,14 @@ License: Apache-2.0 OR MIT
267267

268268
-------------------------------------------------------------
269269

270+
Name: getset
271+
Version: 0.1.4
272+
Repository: https://github.com/jbaublitz/getset
273+
Authors: Ana Hobden, John Baublitz <[email protected]
274+
License: MIT
275+
276+
-------------------------------------------------------------
277+
270278
Name: hashbrown
271279
Version: 0.14.5
272280
Repository: https://github.com/rust-lang/hashbrown
@@ -283,14 +291,6 @@ License: Apache-2.0 OR MIT
283291

284292
-------------------------------------------------------------
285293

286-
Name: hermit-abi
287-
Version: 0.4.0
288-
Repository: https://github.com/hermit-os/hermit-rs
289-
Authors: Stefan Lankes
290-
License: Apache-2.0 OR MIT
291-
292-
-------------------------------------------------------------
293-
294294
Name: iana-time-zone
295295
Version: 0.1.61
296296
Repository: https://github.com/strawlab/iana-time-zone
@@ -315,16 +315,8 @@ License: Apache-2.0 OR MIT
315315

316316
-------------------------------------------------------------
317317

318-
Name: is-terminal
319-
Version: 0.4.13
320-
Repository: https://github.com/sunfishcode/is-terminal
321-
Authors: softprops, Dan Gohman
322-
License: MIT
323-
324-
-------------------------------------------------------------
325-
326318
Name: is_terminal_polyfill
327-
Version: 1.48.1
319+
Version: 1.70.1
328320
Repository: https://github.com/polyfill-rs/is_terminal_polyfill
329321
Authors: is_terminal_polyfill authors
330322
License: Apache-2.0 OR MIT
@@ -419,6 +411,22 @@ License: Apache-2.0 OR MIT
419411

420412
-------------------------------------------------------------
421413

414+
Name: proc-macro-error-attr2
415+
Version: 2.0.0
416+
Repository: https://github.com/GnomedDev/proc-macro-error-2
417+
Authors: CreepySkeleton, GnomedDev
418+
License: Apache-2.0 OR MIT
419+
420+
-------------------------------------------------------------
421+
422+
Name: proc-macro-error2
423+
Version: 2.0.1
424+
Repository: https://github.com/GnomedDev/proc-macro-error-2
425+
Authors: CreepySkeleton, GnomedDev
426+
License: Apache-2.0 OR MIT
427+
428+
-------------------------------------------------------------
429+
422430
Name: proc-macro2
423431
Version: 1.0.93
424432
Repository: https://github.com/dtolnay/proc-macro2
@@ -508,7 +516,7 @@ License: Apache-2.0 OR MIT
508516
-------------------------------------------------------------
509517

510518
Name: ryu
511-
Version: 1.0.18
519+
Version: 1.0.19
512520
Repository: https://github.com/dtolnay/ryu
513521
Authors: David Tolnay
514522
License: Apache-2.0 OR BSL-1.0
@@ -596,7 +604,7 @@ License: Apache-2.0 OR MIT
596604
-------------------------------------------------------------
597605

598606
Name: serde_json
599-
Version: 1.0.137
607+
Version: 1.0.138
600608
Repository: https://github.com/serde-rs/json
601609
Authors: Erick Tryzelaar, David Tolnay
602610
License: Apache-2.0 OR MIT
@@ -692,7 +700,7 @@ License: Apache-2.0 OR MIT
692700
-------------------------------------------------------------
693701

694702
Name: unicode-ident
695-
Version: 1.0.14
703+
Version: 1.0.16
696704
Repository: https://github.com/dtolnay/unicode-ident
697705
Authors: David Tolnay
698706
License: (MIT OR Apache-2.0) AND Unicode-3.0
@@ -724,23 +732,23 @@ License: Apache-2.0 OR MIT
724732
-------------------------------------------------------------
725733

726734
Name: vergen
727-
Version: 9.0.4
735+
Version: 9.0.0
728736
Repository: https://github.com/rustyhorde/vergen
729737
Authors: Jason Ozias
730738
License: Apache-2.0 OR MIT
731739

732740
-------------------------------------------------------------
733741

734742
Name: vergen-gitcl
735-
Version: 1.0.5
743+
Version: 1.0.0
736744
Repository: https://github.com/rustyhorde/vergen
737745
Authors: Jason Ozias
738746
License: Apache-2.0 OR MIT
739747

740748
-------------------------------------------------------------
741749

742750
Name: vergen-lib
743-
Version: 0.1.6
751+
Version: 0.1.3
744752
Repository: https://github.com/rustyhorde/vergen
745753
Authors: Jason Ozias
746754
License: Apache-2.0 OR MIT
@@ -803,14 +811,6 @@ License: Apache-2.0 OR MIT
803811

804812
-------------------------------------------------------------
805813

806-
Name: windows-sys
807-
Version: 0.52.0
808-
Repository: https://github.com/microsoft/windows-rs
809-
Authors: Microsoft
810-
License: Apache-2.0 OR MIT
811-
812-
-------------------------------------------------------------
813-
814814
Name: windows-sys
815815
Version: 0.59.0
816816
Repository: https://github.com/microsoft/windows-rs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Sys.setenv(NOT_CRAN = "true")
4343
install.packages("prqlr")
4444
```
4545

46-
Or, the Rust toolchain (Rust 1.81.0 or later) must be configured to
46+
Or, the Rust toolchain (Rust 1.73.0 or later) must be configured to
4747
build the Rust library.
4848

4949
Please check the <https://github.com/r-rust/hellorust> repository for

inst/AUTHORS

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,12 @@ Owners of dependent Rust crates. This list is generated from Crates.io Data <htt
3030
- either: bluss <https://github.com/bluss>, Josh Stone <https://github.com/cuviper>, Jack Wrenn <https://github.com/jswrenn>
3131
- enum-as-inner: Benjamin Fry <https://github.com/bluejekyll>
3232
- fnv: Simon Sapin <https://github.com/SimonSapin>, Steven Fackler <https://github.com/sfackler>
33+
- getset: John Baublitz <https://github.com/jbaublitz>
3334
- hashbrown: Amanieu d'Antras <https://github.com/Amanieu>
3435
- heck: srrrse <https://github.com/withoutboats>, Jonas Platte <https://github.com/jplatte>
35-
- hermit-abi: Stefan Lankes <https://github.com/stlankes>, Martin Kröning <https://github.com/mkroening>
3636
- iana-time-zone: Andrew Straw <https://github.com/astraw>, René Kijewski <https://github.com/Kijewski>
3737
- iana-time-zone-haiku: Andrew Straw <https://github.com/astraw>, René Kijewski <https://github.com/Kijewski>
3838
- ident_case: Ted Driggs <https://github.com/TedDriggs>
39-
- is-terminal: Dan Gohman <https://github.com/sunfishcode>
4039
- is_terminal_polyfill: Ed Page <https://github.com/epage>
4140
- itertools: bluss <https://github.com/bluss>, Jack Wrenn <https://github.com/jswrenn>
4241
- itoa: David Tolnay <https://github.com/dtolnay>
@@ -49,6 +48,8 @@ Owners of dependent Rust crates. This list is generated from Crates.io Data <htt
4948
- num_threads: Jacob Pratt <https://github.com/jhpratt>, Thomas Hurst <https://github.com/Freaky>
5049
- once_cell: Alex Kladov <https://github.com/matklad>, Michal 'vorner' Vaner <https://github.com/vorner>
5150
- powerfmt: Jacob Pratt <https://github.com/jhpratt>
51+
- proc-macro-error-attr2: Gnome! <https://github.com/GnomedDev>
52+
- proc-macro-error2: Gnome! <https://github.com/GnomedDev>
5253
- proc-macro2: David Tolnay <https://github.com/dtolnay>
5354
- prqlc: Maximilian Roos <https://github.com/max-sixty>, Aljaž Mur Eržen <https://github.com/aljazerzen>
5455
- prqlc-parser: Maximilian Roos <https://github.com/max-sixty>

0 commit comments

Comments
 (0)