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

Allow euclid 0.13 #2

Merged
merged 1 commit into from May 29, 2017
Merged

Allow euclid 0.13 #2

merged 1 commit into from May 29, 2017

Conversation

@Eijebong
Copy link
Member

Eijebong commented May 28, 2017

No description provided.

Cargo.toml Outdated
@@ -10,6 +10,6 @@ documentation = "https://docs.rs/plane-split"

[dependencies]
binary-space-partition = "0.1.2"
euclid = "0.11.2"
euclid = ">= 0.11, < 0.14"

This comment has been minimized.

@kvark

kvark May 29, 2017

Member

why not just 0.13?

This comment has been minimized.

@Eijebong

Eijebong May 29, 2017

Author Member

Because I didn't want it to be a breaking change. Since I need to bump the version to 0.4.0 anyway, i'll bump euclid to 0.13

Cargo.toml Outdated
@@ -1,6 +1,6 @@
[package]
name = "plane-split"
version = "0.3.0"
version = "0.3.1"

This comment has been minimized.

@kvark

kvark May 29, 2017

Member

Given the euclid types are exposed in the public API, this needs to have a minor bump to 0.4.0

@Eijebong Eijebong force-pushed the Eijebong:euclid branch from 73b3348 to 70ad7d0 May 29, 2017
@kvark
kvark approved these changes May 29, 2017
@kvark kvark merged commit 628d246 into servo:master May 29, 2017
1 check passed
1 check passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.