Skip to content

Commit 8c492d7

Browse files
committed
Merge branch 'msrv'
2 parents ce44fe3 + e6706f2 commit 8c492d7

File tree

72 files changed

+76
-76
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+76
-76
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gix-actor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = "https://github.com/Byron/gitoxide"
77
license = "MIT OR Apache-2.0"
88
edition = "2021"
99
include = ["src/**/*", "LICENSE-*"]
10-
rust-version = "1.70"
10+
rust-version = "1.65"
1111

1212
[lib]
1313
doctest = false

gix-archive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
description = "archive generation from of a worktree stream"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.65"
1010
include = ["src/**/*", "LICENSE-*"]
1111

1212
[lib]

gix-attributes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "A crate of the gitoxide project dealing .gitattributes files"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
include = ["src/**/*", "LICENSE-*"]
10-
rust-version = "1.70"
10+
rust-version = "1.65"
1111

1212
[lib]
1313
doctest = false

gix-bitmap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
description = "A crate of the gitoxide project dedicated implementing the standard git bitmap format"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.65"
1010
exclude = ["CHANGELOG.md"]
1111

1212
[lib]

gix-chunk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation = "https://github.com/git/git/blob/seen/Documentation/technical/ch
88
license = "MIT OR Apache-2.0"
99
edition = "2021"
1010
include = ["src/**/*", "LICENSE-*"]
11-
rust-version = "1.70"
11+
rust-version = "1.65"
1212

1313
[lib]
1414
doctest = false

gix-command/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
description = "A crate of the gitoxide project handling internal git command execution"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.65"
1010
include = ["src/lib.rs", "LICENSE-*"]
1111

1212
[lib]

gix-commitgraph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Read-only access to the git commitgraph file format"
88
authors = ["Conor Davis <[email protected]>", "Sebastian Thiel <[email protected]>"]
99
edition = "2021"
1010
include = ["src/**/*", "LICENSE-*"]
11-
rust-version = "1.70"
11+
rust-version = "1.65"
1212

1313
[lib]
1414
doctest = false

gix-config-value/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
description = "A crate of the gitoxide project providing git-config value parsing"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.65"
1010
include = ["src/**/*", "LICENSE-*"]
1111

1212
[lib]

gix-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
keywords = ["git-config", "git", "config", "gitoxide"]
1010
categories = ["config", "parser-implementations"]
1111
include = ["src/**/*", "LICENSE-*", "README.md"]
12-
rust-version = "1.70"
12+
rust-version = "1.65"
1313
autotests = false
1414

1515
[features]

gix-config/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Tests for the gix-config crate"
66
license = "MIT OR Apache-2.0"
77
authors = ["Edward Shen <[email protected]>"]
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.65"
1010
publish = false
1111

1212

gix-credentials/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
description = "A crate of the gitoxide project to interact with git credentials helpers"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.65"
1010
include = ["src/**/*", "LICENSE-*"]
1111

1212
[lib]

gix-date/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "A crate of the gitoxide project parsing dates the way git does"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
include = ["src/**/*", "LICENSE-*"]
10-
rust-version = "1.70"
10+
rust-version = "1.65"
1111

1212
[lib]
1313
doctest = false

gix-diff/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Calculate differences between various git objects"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
include = ["src/**/*", "LICENSE-*"]
10-
rust-version = "1.70"
10+
rust-version = "1.65"
1111
autotests = false
1212

1313
[features]

gix-diff/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77
description = "Tests for the gix-diff crate"
88
authors = ["Sebastian Thiel <[email protected]>"]
99
edition = "2021"
10-
rust-version = "1.70"
10+
rust-version = "1.65"
1111

1212
[[test]]
1313
doctest = false

gix-discover/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Discover git repositories and check if a directory is a git repos
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
include = ["src/**/*", "LICENSE-*"]
10-
rust-version = "1.70"
10+
rust-version = "1.65"
1111

1212
[lib]
1313
doctest = false

gix-features/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version = "0.37.0"
66
authors = ["Sebastian Thiel <[email protected]>"]
77
license = "MIT OR Apache-2.0"
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.65"
1010
include = ["src/**/*", "LICENSE-*"]
1111

1212
[lib]

gix-fetchhead/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
description = "A crate of the gitoxide project to read and write .git/FETCH_HEAD"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.65"
1010

1111
[lib]
1212
doctest = false

gix-filter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
description = "A crate of the gitoxide project implementing git filters"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.65"
1010
include = ["src/**/*", "LICENSE-*"]
1111

1212
[lib]

gix-fs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
description = "A crate providing file system specific utilities to `gitoxide`"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.65"
1010
include = ["src/**/*", "LICENSE-*"]
1111

1212
[lib]

gix-fsck/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77
description = "Verifies the connectivity and validity of objects in the database"
88
edition = "2021"
99
include = ["src/**/*", "LICENSE-*"]
10-
rust-version = "1.70"
10+
rust-version = "1.65"
1111

1212
[lib]
1313
doctest = false

gix-glob/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
description = "A crate of the gitoxide project dealing with pattern matching"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.65"
1010
include = ["src/**/*", "LICENSE-*"]
1111

1212
[lib]

gix-hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = "https://github.com/Byron/gitoxide"
77
license = "MIT OR Apache-2.0"
88
edition = "2021"
99
include = ["src/**/*", "LICENSE-*"]
10-
rust-version = "1.70"
10+
rust-version = "1.65"
1111

1212
[lib]
1313
doctest = false

gix-hashtable/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "A crate that provides hashtable based data structures optimized t
77
authors = ["Pascal Kuthe <[email protected]>"]
88
edition = "2021"
99
include = ["src/**/*", "LICENSE-*"]
10-
rust-version = "1.70"
10+
rust-version = "1.65"
1111

1212
[lib]
1313
doctest = false

gix-ignore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "A crate of the gitoxide project dealing .gitignore files"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
include = ["src/**/*", "LICENSE-*"]
10-
rust-version = "1.70"
10+
rust-version = "1.65"
1111

1212
[lib]
1313
doctest = false

gix-index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "A work-in-progress crate of the gitoxide project dedicated implem
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
include = ["src/**/*", "LICENSE-*", "README.md"]
10-
rust-version = "1.70"
10+
rust-version = "1.65"
1111
autotests = false
1212

1313

gix-index/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77
description = "Integration tests for gix-index"
88
authors = ["Sebastian Thiel <[email protected]>"]
99
edition = "2021"
10-
rust-version = "1.70"
10+
rust-version = "1.65"
1111

1212
[[test]]
1313
name = "integrate"

gix-lfs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
description = "A crate of the gitoxide project dealing with handling git large file support"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.65"
1010

1111
[lib]
1212
doctest = false

gix-lock/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "A git-style lock-file implementation"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
include = ["src/**/*", "LICENSE-*", "README.md"]
10-
rust-version = "1.70"
10+
rust-version = "1.65"
1111

1212
[lib]
1313
doctest = false

gix-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
repository = "https://github.com/Byron/gitoxide"
1212
license = "MIT OR Apache-2.0"
1313
include = ["src/**/*", "LICENSE-*"]
14-
rust-version = "1.70"
14+
rust-version = "1.65"
1515

1616
[lib]
1717
proc_macro = true

gix-mailmap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
description = "A crate of the gitoxide project for parsing mailmap files"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.65"
1010
include = ["src/**/*", "LICENSE-*"]
1111

1212
[lib]

gix-negotiate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
description = "A crate of the gitoxide project implementing negotiation algorithms"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.65"
1010
include = ["src/**/*", "LICENSE-*"]
1111

1212
[lib]

gix-note/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
description = "A crate of the gitoxide project dealing with git notes"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.65"
1010

1111
[lib]
1212
doctest = false

gix-object/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = "https://github.com/Byron/gitoxide"
77
license = "MIT OR Apache-2.0"
88
edition = "2021"
99
include = ["src/**/*", "LICENSE-*"]
10-
rust-version = "1.70"
10+
rust-version = "1.65"
1111

1212
[lib]
1313
doctest = false

gix-odb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77
description = "Implements various git object databases"
88
edition = "2021"
99
include = ["src/**/*", "LICENSE-*"]
10-
rust-version = "1.70"
10+
rust-version = "1.65"
1111
autotests = false
1212

1313
[lib]

gix-odb/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Sebastian Thiel <[email protected]>"]
66
license = "MIT OR Apache-2.0"
77
description = "Tests for gix-odb with feature-toggle support"
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.65"
1010
publish = false
1111

1212
[features]

gix-pack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77
description = "Implements git packs and related data structures"
88
edition = "2021"
99
include = ["src/**/*", "LICENSE-*"]
10-
rust-version = "1.70"
10+
rust-version = "1.65"
1111
autotests = false
1212

1313
[lib]

gix-pack/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Sebastian Thiel <[email protected]>"]
66
license = "MIT OR Apache-2.0"
77
description = "Please use `gix-<thiscrate>` instead ('git' -> 'gix')"
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.65"
1010

1111
[features]
1212
gix-features-parallel = ["gix-features/parallel"]

gix-packetline-blocking/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "A duplicate of `gix-packetline` with the `blocking-io` feature pr
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
include = ["src/**/*", "LICENSE-*"]
10-
rust-version = "1.70"
10+
rust-version = "1.65"
1111

1212
[lib]
1313
doctest = false

gix-packetline/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "A crate of the gitoxide project implementing the pkt-line seriali
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
include = ["src/**/*", "LICENSE-*"]
10-
rust-version = "1.70"
10+
rust-version = "1.65"
1111

1212
[lib]
1313
doctest = false

gix-path/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "A crate of the gitoxide project dealing paths and their conversio
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
include = ["src/**/*", "LICENSE-*"]
10-
rust-version = "1.70"
10+
rust-version = "1.65"
1111

1212
[lib]
1313
doctest = false
@@ -19,7 +19,7 @@ thiserror = "1.0.26"
1919
once_cell = "1.17.1"
2020

2121
[target.'cfg(not(target_family = "wasm"))'.dependencies]
22-
home = "0.5.4"
22+
home = "0.5.5"
2323

2424
[dev-dependencies]
2525
tempfile = "3.3.0"

gix-pathspec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
description = "A crate of the gitoxide project dealing magical pathspecs"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.65"
1010
include = ["src/**/*", "LICENSE-*", "README.md"]
1111

1212
[lib]

0 commit comments

Comments
 (0)