Skip to content

Commit

Permalink
Upgrade to 2021 Edition (#254)
Browse files Browse the repository at this point in the history
resolves #209 
used cargo fix --edition
  • Loading branch information
kikokikok committed Aug 14, 2023
1 parent 09a75d1 commit 9e669f2
Show file tree
Hide file tree
Showing 9 changed files with 576 additions and 464 deletions.
1,024 changes: 568 additions & 456 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/k8-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
edition = "2018"
edition = "2021"
name = "k8-client"
version = "10.0.1"
authors = ["Fluvio Contributors <team@fluvio.io>"]
Expand Down
2 changes: 1 addition & 1 deletion src/k8-client/k8-fixtures/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "k8-fixtures"
edition = "2018"
edition = "2021"
version = "0.2.2"
authors = ["fluvio.io"]

Expand Down
2 changes: 1 addition & 1 deletion src/k8-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "k8-config"
version = "2.0.2"
authors = ["Fluvio Contributors <team@fluvio.io>"]
edition = "2018"
edition = "2021"
description = "Read Kubernetes config"
repository = "https://github.com/infinyon/k8-api"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/k8-ctx-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "k8-ctx-util"
edition = "2018"
edition = "2021"
version = "0.1.0"
authors = ["Fluvio Contributors <team@fluvio.io>"]
description = "utility to create dns based kube config context"
Expand Down
2 changes: 1 addition & 1 deletion src/k8-diff/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "k8-diff"
edition = "2018"
edition = "2021"
version = "0.1.2"
authors = ["Fluvio Contributors <team@fluvio.io>"]
description = "Used for computing diff between Kubernetes objects"
Expand Down
2 changes: 1 addition & 1 deletion src/k8-diff/k8-dderive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "k8-dderive"
version = "0.2.1"
edition = "2018"
edition = "2021"
authors = ["fluvio.io"]

[lib]
Expand Down
2 changes: 1 addition & 1 deletion src/k8-metadata-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
edition = "2018"
edition = "2021"
name = "k8-metadata-client"
version = "5.1.0"
authors = ["Fluvio Contributors <team@fluvio.io>"]
Expand Down
2 changes: 1 addition & 1 deletion src/k8-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
edition = "2018"
edition = "2021"
name = "k8-types"
version = "0.8.3"
authors = ["Fluvio Contributors <team@fluvio.io>"]
Expand Down

0 comments on commit 9e669f2

Please sign in to comment.