Skip to content

Commit b24bb81

Browse files
authored
datastructures-compat-bump (#254)
* datastructures-compat-bump * Update ci.yml * Update ci.yml
1 parent d41bb93 commit b24bb81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
version: ${{ matrix.version }}
3636
arch: ${{ matrix.arch }}
37-
- uses: actions/cache@v1
37+
- uses: actions/cache@v4
3838
env:
3939
cache-name: cache-artifacts
4040
with:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DynamicalSystems"
22
uuid = "61744808-ddfa-5f27-97ff-6e42cc95d634"
33
repo = "https://github.com/JuliaDynamics/DynamicalSystems.jl.git"
4-
version = "3.4.2"
4+
version = "3.4.3"
55

66
[deps]
77
Attractors = "f3fd9213-ca85-4dba-9dfd-7fc91308fec7"
@@ -27,7 +27,7 @@ DynamicalSystemsVisualizations = "Makie"
2727
Attractors = "0.1, 0.2, 1"
2828
ChaosTools = "3"
2929
ComplexityMeasures = "2, 3"
30-
DataStructures = "0.18"
30+
DataStructures = "0.18, 0.19"
3131
DelayEmbeddings = "2.7"
3232
DynamicalSystemsBase = "3.11.0"
3333
FractalDimensions = "1"

0 commit comments

Comments
 (0)