Skip to content

Commit

Permalink
Update compat and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Goat authored and Goat committed May 18, 2020
1 parent 704cd30 commit 9781a2f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
name = "Neo4jBolt"
uuid = "6bf848c2-a04c-470f-9a4d-5a21d02c3e16"
version = "0.1.4"
version = "1.0.0"

[deps]
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
URIParser = "30578b45-9adc-5946-b283-645ec420af67"
BufferedStreams = "e1450e63-4bb3-523b-b2a4-4ffa8c0fd77d"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"

[compat]
julia = "1.4"
URIParser = "0.4.1"
TimeZones = "1.2.0"
OrderedCollections = "1.2.0"
BufferedStreams = "1.0.0"

0 comments on commit 9781a2f

Please sign in to comment.