Skip to content

Commit 50ca55e

Browse files
committed
Clean up Project.toml
1 parent fbdb271 commit 50ca55e

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Project.toml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ keywords = ["Strings", "Characters", "Encodings"]
44
license = "MIT"
55
desc = "Basic API for string encodings, character sets, etc."
66
authors = ["ScottPJones <scottjones@alum.mit.edu>"]
7-
version = "0.1.8"
7+
version = "0.1.9"
88

99
[deps]
10+
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
11+
1012
ModuleInterfaceTools = "5cb8414e-7aab-5a03-a681-351269c074bf"
11-
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
12-
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
13+
14+
[extras]
1315
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
14-
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
16+
17+
[targets]
18+
test = ["Test"]

src/StrAPI.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ quotesym(s...) = Expr(:quote, symstr(s...))
4242
@static if V6_COMPAT
4343
include("compat.jl")
4444
else # !V6_COMPAT
45-
46-
using Random
47-
4845
import Base.GC: @preserve
4946

5047
function find end

0 commit comments

Comments
 (0)