Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bytes-sgx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Markus Becker
bytes-sgx
Commits
e5c4c602
Commit
e5c4c602
authored
7 years ago
by
Carl Lerche
Browse files
Options
Downloads
Patches
Plain Diff
Bump version to v0.4.6
parent
ba9a9753
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+7
-0
7 additions, 0 deletions
CHANGELOG.md
Cargo.toml
+1
-1
1 addition, 1 deletion
Cargo.toml
src/lib.rs
+1
-1
1 addition, 1 deletion
src/lib.rs
with
9 additions
and
2 deletions
CHANGELOG.md
+
7
−
0
View file @
e5c4c602
# 0.4.6 (Janary 8, 2018)
*
Implement FromIterator for Bytes/BytesMut (#148).
*
Add
`advance`
fn to Bytes/BytesMut (#166).
*
Add
`unsplit`
fn to
`BytesMut`
(#162, #173).
*
Improvements to Bytes split fns (#92).
# 0.4.5 (August 12, 2017)
# 0.4.5 (August 12, 2017)
*
Fix range bug in
`Take::bytes`
*
Fix range bug in
`Take::bytes`
...
...
This diff is collapsed.
Click to expand it.
Cargo.toml
+
1
−
1
View file @
e5c4c602
[package]
[package]
name
=
"bytes"
name
=
"bytes"
version
=
"0.4.
5"
version
=
"0.4.
6"
# don't forget to update html_root_url
license
=
"MIT/Apache-2.0"
license
=
"MIT/Apache-2.0"
authors
=
[
"Carl Lerche <me@carllerche.com>"
]
authors
=
[
"Carl Lerche <me@carllerche.com>"
]
description
=
"Types and traits for working with bytes"
description
=
"Types and traits for working with bytes"
...
...
This diff is collapsed.
Click to expand it.
src/lib.rs
+
1
−
1
View file @
e5c4c602
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
//! and `BufMut` are infallible.
//! and `BufMut` are infallible.
#![deny(warnings,
missing_docs,
missing_debug_implementations)]
#![deny(warnings,
missing_docs,
missing_debug_implementations)]
#![doc(html_root_url
=
"https://docs.rs/bytes/0.4"
)]
#![doc(html_root_url
=
"https://docs.rs/bytes/0.4
.6
"
)]
extern
crate
byteorder
;
extern
crate
byteorder
;
extern
crate
iovec
;
extern
crate
iovec
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment