Skip to content

Commit

Permalink
Merge branch 'main' into emilk/remove-timeline-descr-datatype
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jan 13, 2025
2 parents 1d291d7 + 92949cf commit f253b52
Show file tree
Hide file tree
Showing 322 changed files with 8,159 additions and 8,091 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/contrib_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ jobs:
runs-on: ubuntu-latest-16-cores
steps:
- uses: actions/checkout@v4
with:
lfs: true

- uses: prefix-dev/[email protected]
with:
Expand Down
14 changes: 11 additions & 3 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3885,7 +3885,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
dependencies = [
"cfg-if",
"windows-targets 0.48.5",
"windows-targets 0.52.6",
]

[[package]]
Expand Down Expand Up @@ -5203,7 +5203,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c1318b19085f08681016926435853bbf7858f9c082d0999b80550ff5d9abe15"
dependencies = [
"bytes",
"heck 0.4.1",
"heck 0.5.0",
"itertools 0.13.0",
"log",
"multimap",
Expand Down Expand Up @@ -5686,6 +5686,7 @@ dependencies = [
"re_types_core",
"serde",
"similar-asserts",
"tap",
"thiserror 1.0.65",
]

Expand Down Expand Up @@ -5980,6 +5981,7 @@ name = "re_format_arrow"
version = "0.22.0-alpha.1+dev"
dependencies = [
"comfy-table",
"itertools 0.13.0",
"re_arrow2",
"re_tuid",
"re_types_core",
Expand Down Expand Up @@ -8483,6 +8485,12 @@ dependencies = [
"libc",
]

[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"

[[package]]
name = "target-lexicon"
version = "0.12.16"
Expand Down Expand Up @@ -9848,7 +9856,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.48.0",
"windows-sys 0.59.0",
]

[[package]]
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ strum_macros = "0.26"
sublime_fuzzy = "0.7"
syn = "2.0"
sysinfo = { version = "0.30.1", default-features = false }
tap = "1.0.1"
tempfile = "3.0"
thiserror = "1.0"
time = { version = "0.3.36", default-features = false, features = [
Expand Down
Loading

0 comments on commit f253b52

Please sign in to comment.