Skip to content

Commit cd7561f

Browse files
committed
0.1.16
1 parent 9202196 commit cd7561f

5 files changed

Lines changed: 15 additions & 16 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ default-members = [
2323
]
2424

2525
[workspace.package]
26-
version = "0.1.15"
26+
version = "0.1.16"
2727
edition = "2024"
2828
license = "AGPL-3.0-only"
2929
authors = ["AutoExplore Oy <info@autoexplore.ai>"]
3030
repository = "https://github.com/Auto-Explore/GitComet"
31-
rust-version = "1.95.0"
31+
rust-version = "1.96.0"
3232

3333
[workspace.dependencies]
3434
# Internal crates

crates/gitcomet-ui-gpui/assets/open_source_licenses.tsv

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ anstyle-wincon 3.0.11 MIT OR Apache-2.0
2929
anyhow 1.0.103 MIT OR Apache-2.0
3030
ar_archive_writer 0.5.2 Apache-2.0 WITH LLVM-exception
3131
arbitrary 1.4.2 MIT OR Apache-2.0
32-
arc-swap 1.9.1 MIT OR Apache-2.0
32+
arc-swap 1.9.2 MIT OR Apache-2.0
3333
arg_enum_proc_macro 0.3.4 MIT
3434
arrayref 0.3.9 BSD-2-Clause
3535
arrayvec 0.7.7 MIT OR Apache-2.0
@@ -432,7 +432,7 @@ once_cell 1.21.4 MIT OR Apache-2.0
432432
once_cell_polyfill 1.70.2 MIT OR Apache-2.0
433433
oo7 0.6.0 MIT
434434
oorandom 11.1.5 MIT
435-
open 5.3.5 MIT
435+
open 5.3.6 MIT
436436
option-ext 0.2.0 MPL-2.0
437437
ordered-float 5.3.0 MIT
438438
ordered-stream 0.2.0 MIT OR Apache-2.0
@@ -442,7 +442,6 @@ parking_lot 0.12.5 MIT OR Apache-2.0
442442
parking_lot_core 0.9.12 MIT OR Apache-2.0
443443
paste 1.0.15 MIT OR Apache-2.0
444444
pastey 0.1.1 MIT OR Apache-2.0
445-
pathdiff 0.2.3 MIT/Apache-2.0
446445
pathfinder_geometry 0.5.1 MIT/Apache-2.0
447446
pathfinder_simd 0.5.6 MIT OR Apache-2.0
448447
pbkdf2 0.12.2 MIT OR Apache-2.0
@@ -614,7 +613,7 @@ toml_writer 1.1.1+spec-1.1.0 MIT OR Apache-2.0
614613
tracing 0.1.44 MIT
615614
tracing-attributes 0.1.31 MIT
616615
tracing-core 0.1.36 MIT
617-
tree-sitter 0.26.9 MIT
616+
tree-sitter 0.26.10 MIT
618617
tree-sitter-bash 0.25.1 MIT
619618
tree-sitter-bicep 1.1.0 MIT
620619
tree-sitter-c 0.24.2 MIT

crates/win32-window-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55
authors = ["AutoExplore Oy <info@autoexplore.ai>"]
66
license = "AGPL-3.0-only"
77
repository = "https://github.com/Auto-Explore/GitComet"
8-
rust-version = "1.95.0"
8+
rust-version = "1.96.0"
99
publish = false
1010

1111
[lib]

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.95.0"
2+
channel = "1.96.0"
33
profile = "minimal"
44
components = ["rustfmt", "clippy"]

0 commit comments

Comments
 (0)