Skip to content

Commit e65ee52

Browse files
authored
Merge pull request #257 from invenia/ed/bump-dataframes
Support newer DataFrames versions
2 parents 5e0c636 + 77bcbf8 commit e65ee52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LibPQ"
22
uuid = "194296ae-ab2e-5f79-8cd4-7183a0a5a0d1"
33
license = "MIT"
4-
version = "1.14.0"
4+
version = "1.14.1"
55

66
[deps]
77
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
@@ -23,7 +23,7 @@ TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
2323

2424
[compat]
2525
CEnum = "0.2, 0.3, 0.4"
26-
DataFrames = "0.20, 0.21"
26+
DataFrames = "0.20, 0.21, 0.22, 1"
2727
Decimals = "0.4.1"
2828
DocStringExtensions = "0.8.0, 0.9.1"
2929
Infinity = "0.2"

0 commit comments

Comments
 (0)