Skip to content

Commit c9c34ae

Browse files
committed
Clean Project.toml and CI files
1 parent b128daf commit c9c34ae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ os:
44
- linux
55
- osx
66
julia:
7-
- 0.7
87
- 1.0
8+
- 1
99
- nightly
1010
notifications:
1111
email: false

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "StringEncodings"
22
uuid = "69024149-9ee7-55f6-a4c4-859efe599b68"
3-
repo = "https://github.com/JuliaStrings/StringEncodings.jl.git"
3+
version = "0.3.2"
44

55
[deps]
66
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment:
22
matrix:
3-
- julia_version: 0.7
43
- julia_version: 1.0
4+
- julia_version: 1.4
55
- julia_version: nightly
66

77
platform:

src/StringEncodings.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ stream does not close `stream`.
279279
280280
`to` and `from` can be specified either as a string or as an `Encoding` object.
281281
282-
Note that some implementations (notably the Windows one) may accept invalid sequences
282+
Note that some implementations may accept invalid sequences
283283
in the input data without raising an error.
284284
"""
285285
function StringDecoder(stream::IO, from::Encoding, to::Encoding=enc"UTF-8")

0 commit comments

Comments
 (0)