Skip to content

Commit 2e2a944

Browse files
committed
Remove Libdl dependency. Bump version.
1 parent 7a74a75 commit 2e2a944

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Project.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name = "Random123"
22
uuid = "74087812-796a-5b5d-8853-05524746bad3"
33
authors = ["Sunoru <[email protected]>"]
4-
version = "1.4.2"
4+
version = "1.4.3"
55

66
[deps]
7-
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
87
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
98
RandomNumbers = "e6cf234a-135c-5ec9-84dd-332b85af5143"
109

src/common.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import Libdl
21
import Random: rand, seed!
32
import RandomNumbers: AbstractRNG
43

0 commit comments

Comments
 (0)