Skip to content

Commit 0df5310

Browse files
authored
fix: warning import since v1.12 (#244)
* fix: warning import since v1.12 * bump version to 3.15.4
1 parent aafa808 commit 0df5310

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DynamicalSystemsBase"
22
uuid = "6e36e845-645a-534a-86f2-f5d4aa5a06b4"
33
repo = "https://github.com/JuliaDynamics/DynamicalSystemsBase.jl.git"
4-
version = "3.15.3"
4+
version = "3.15.4"
55

66
[deps]
77
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"

ext/src/CoupledSDEs.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using LinearAlgebra: LinearAlgebra
2+
import DynamicalSystemsBase: CoupledSDEs
23

34
###########################################################################################
45
# DiffEq options

0 commit comments

Comments
 (0)