Skip to content

Commit d7be5dc

Browse files
authored
Merge branch 'main' into dependabot/cargo/comfy-table-7.1.0
2 parents dc561fa + 518c933 commit d7be5dc

File tree

5 files changed

+275
-158
lines changed

5 files changed

+275
-158
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/setup-python@v4
3030
with:
31-
python-version: "3.x"
31+
python-version: "3.11"
3232

3333
- name: Install distro packages
3434
run: sudo apt-get install -qq pandoc

.github/workflows/publish-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: actions/setup-python@v4
2727
with:
28-
python-version: "3.x"
28+
python-version: "3.11"
2929

3030
- uses: actions-rs/toolchain@v1
3131
with:

Cargo.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ assert_cmd = "2.0.12"
4545
criterion = "0.5.1"
4646
predicates = "3.0.4"
4747
serial_test = "2.0.0"
48-
tempfile = "3.8.0"
48+
tempfile = "3.8.1"
4949
test-case = "3.2.1"
5050

5151
[profile.dev]

0 commit comments

Comments
 (0)