We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbf35c commit 76543edCopy full SHA for 76543ed
Project.toml
@@ -2,7 +2,7 @@ name = "TranscodingStreams"
2
uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
3
license = "MIT"
4
authors = ["Kenta Sato <bicycle1885@gmail.com>"]
5
-version = "0.10.10"
+version = "0.11.0"
6
7
[deps]
8
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
src/TranscodingStreams.jl
@@ -16,7 +16,6 @@ include("stream.jl")
16
include("io.jl")
17
include("noop.jl")
18
include("transcode.jl")
19
-include("deprecated.jl")
20
21
function test_roundtrip_read end
22
function test_roundtrip_write end
src/deprecated.jl
0 commit comments