Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update serde and serde_test crates #240

Merged
merged 3 commits into from
May 22, 2018
Merged

update serde and serde_test crates #240

merged 3 commits into from
May 22, 2018

Conversation

kinggoesgaming
Copy link
Member

@kinggoesgaming kinggoesgaming commented May 21, 2018

I'm submitting a ...

  • bug fix
  • feature enhancement
  • deprecation or removal
  • refactor

Description

New versions available of both serde and serde_test

Motivation

u128 support in 1.0.56 serde

Tests

tests pass

Related Issue(s)

#239

Signed-off-by: Hunar Roop Kahlon <[email protected]>
Cargo.toml Outdated
@@ -27,7 +27,7 @@ all-features = true
features = ["serde", "u128", "v1", "v3", "v4", "v5"]

[dependencies]
serde = { version = "1.0.16", optional = true, default-features = false }
serde = { version = "1", optional = true, default-features = false }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can't use the general "1" as a dependency specifier here, since we are depending on a particular "1.0.56" version here for 128 (even though it is optional)

Better to use "1.0.56"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@Dylan-DPC-zz
Copy link
Member

bors: r+

bors bot added a commit that referenced this pull request May 22, 2018
240: update serde and serde_test crates r=Dylan-DPC a=kinggoesgaming

**I'm submitting a ...**
  - [ ] bug fix
  - [ ] feature enhancement
  - [ ] deprecation or removal
  - [ ] refactor

# Description
New versions available of both `serde` and `serde_test`

# Motivation
`u128` support in `1.0.56` `serde`

# Tests
tests pass

# Related Issue(s)
#239 

Co-authored-by: Hunar Roop Kahlon <[email protected]>
Co-authored-by: Dylan DPC <[email protected]>
@bors
Copy link
Contributor

bors bot commented May 22, 2018

@bors bors bot merged commit ffcc774 into master May 22, 2018
@kinggoesgaming kinggoesgaming deleted the serde branch May 22, 2018 16:04
LinusU pushed a commit to LinusU/uuid that referenced this pull request Feb 26, 2020
* +package-lock.json because npm requires it

* 3.2.0

* README updates

* fix: remove mistakenly added typescript dependency, rollback version (standard-version will auto-increment)

* chore: fixup README, update package-lock

* feat: Add v3 Support (uuid-rs#217)

Note: Actual change is in dc02a76.
Just making a placeholder commit here so the note gets picked up by
standard-version and put in the CHANGELOG.md file.

* chore(release): 3.2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants