Skip to content

Commit ad2a972

Browse files
authored
Export String[X] types from WeakRefStrings.jl (#889)
* Export String[X] types from WeakRefStrings.jl * Update Project.toml
1 parent 7e73b91 commit ad2a972

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CSV"
22
uuid = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
33
authors = ["Jacob Quinn <quinn.jacobd@gmail.com>"]
4-
version = "0.9.0"
4+
version = "0.9.1"
55

66
[deps]
77
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
@@ -22,7 +22,7 @@ Parsers = "2"
2222
PooledArrays = "0.5, 1.0"
2323
SentinelArrays = "1.2"
2424
Tables = "1.1"
25-
WeakRefStrings = "1.2"
25+
WeakRefStrings = "1.3"
2626
julia = "1.3"
2727

2828
[extras]

src/CSV.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ using SentinelArrays
1919
# WeakRefStrings provides the InlineString and PosLenString types for more gc-friendly string types
2020
using WeakRefStrings
2121
export PosLenString, InlineString
22+
export String1, String3, String7, String15, String31, String63, String127, String255
2223
# CodecZlib is used for unzipping gzip files
2324
using CodecZlib
2425
# FilePathsBase allows more structured file path types

0 commit comments

Comments
 (0)