Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: influxdb-rs/influxdb-rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c241371aaf2c9268a13ef22081d2a5cb34ceb99c
Choose a base ref
..
head repository: influxdb-rs/influxdb-rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 359fd0895c0a190967bdc0fb127c4c3ccca11590
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 influxdb/Cargo.toml
  2. +1 −1 influxdb_derive/Cargo.toml
2 changes: 1 addition & 1 deletion influxdb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ license = "MIT"
readme = "README.md"
include = ["src/**/*", "tests/**/*", "Cargo.toml", "LICENSE"]
repository = "https://github.com/influxdb-rs/influxdb-rust"
rust-version = "1.67"
rust-version = "1.70"

[dependencies]
chrono = { version = "0.4.23", features = ["serde"], default-features = false }
2 changes: 1 addition & 1 deletion influxdb_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ license = "MIT"
readme = "README.md"
include = ["src/**/*", "tests/**/*", "Cargo.toml", "LICENSE"]
repository = "https://github.com/influxdb-rs/influxdb-rust"
rust-version = "1.67"
rust-version = "1.70"

[lib]
proc-macro = true