Skip to content

Commit 1295a13

Browse files
committed
Bump version and updated dependencies
1 parent dcd0550 commit 1295a13

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/test_on_arch_linux.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Test on Arch Linux
2-
on: [pull_request]
2+
on:
3+
push:
4+
branches: [ "main" ]
5+
pull_request:
6+
branches: [ "main" ]
37
jobs:
48
test_on_arch_linux:
59
runs-on: ubuntu-latest

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tritet"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2021"
55
license = "MIT"
66
description = "Triangle and tetrahedron mesh generators"
@@ -12,8 +12,8 @@ categories = ["mathematics", "science"]
1212
keywords = ["2D", "3D", "mesh", "geometry"]
1313

1414
[dependencies]
15-
plotpy = "1.10"
16-
once_cell = "1.20"
15+
plotpy = "1.13"
16+
once_cell = "1.21"
1717

1818
[build-dependencies]
1919
cc = "1.2"

0 commit comments

Comments
 (0)