Skip to content

Commit e403a1c

Browse files
committed
actually we need 1.64 for workspace inheritance
1 parent b09ef4e commit e403a1c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = ["influxdb", "influxdb_derive", "benches"]
66
[workspace.package]
77
authors = ["Gero Gerke <[email protected]>", "Dominic <[email protected]>"]
88
edition = "2018"
9-
rust-version = "1.63"
9+
rust-version = "1.64"
1010
license = "MIT"
1111
repository = "https://github.com/influxdb-rs/influxdb-rust"
1212

README.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<a href="https://www.rust-lang.org/en-US/">
2626
<img src="https://img.shields.io/badge/Made%20with-Rust-orange.svg" alt='Build with Rust' />
2727
</a>
28-
<a href="https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html">
29-
<img src="https://img.shields.io/badge/rustc-1.63+-yellow.svg" alt='Minimum Rust Version: 1.63' />
28+
<a href="https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html">
29+
<img src="https://img.shields.io/badge/rustc-1.64+-yellow.svg" alt='Minimum Rust Version: 1.64' />
3030
</a>
3131
</p>
3232

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<a href="https://www.rust-lang.org/en-US/">
2626
<img src="https://img.shields.io/badge/Made%20with-Rust-orange.svg" alt='Build with Rust' />
2727
</a>
28-
<a href="https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html">
29-
<img src="https://img.shields.io/badge/rustc-1.63+-yellow.svg" alt='Minimum Rust Version: 1.63' />
28+
<a href="https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html">
29+
<img src="https://img.shields.io/badge/rustc-1.64+-yellow.svg" alt='Minimum Rust Version: 1.64' />
3030
</a>
3131
</p>
3232

@@ -155,7 +155,7 @@ To communicate with InfluxDB, you can choose the HTTP backend to be used configu
155155
@ 2020-2024 Gero Gerke, msrd0 and [contributors].
156156

157157
[contributors]: https://github.com/influxdb-rs/influxdb-rust/graphs/contributors
158-
[__cargo_doc2readme_dependencies_info]: ggGkYW0BYXSEGyIMJPLf2ROkG1r7sBs89LDFG3LXR7q-ZFu2GzrbAmRaqoJqYXKEG1LaAVLASZMqG5J2qfpyCvbMG_Rohh5BobOmG0DqLv5454SZYWSBgmhpbmZsdXhkYmUwLjcuMg
158+
[__cargo_doc2readme_dependencies_info]: ggGkYW0BYXSEG3PIdJyA0dNfG4kL-oKWKFz4Gw71yx7djCHzG0l_zrk6ftIQYXKEG1LaAVLASZMqG5J2qfpyCvbMG_Rohh5BobOmG0DqLv5454SZYWSBgmhpbmZsdXhkYmUwLjcuMg
159159
[__link0]: https://github.com/influxdb-rs/influxdb-rust/blob/main/CONTRIBUTING.md
160160
[__link1]: https://github.com/influxdb-rs/influxdb-rust/blob/main/CODE_OF_CONDUCT.md
161161
[__link10]: https://github.com/alexcrichton/curl-rust

0 commit comments

Comments
 (0)