Skip to content

Update deps & to 2.1.1 #20

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Update deps & to 2.1.1 #20

wants to merge 4 commits into from

Conversation

adrien3d
Copy link

Updating dependancies, and especially typed_index_collection (required by transit_model)

Cargo.toml Outdated
Comment on lines 22 to 25
derivative = "2.2"
relational_types_procmacro = { version = "2", path = "./relational_types_procmacro/", optional = true }
thiserror = "1"
typed_index_collection = { git = "https://github.com/hove-io/typed_index_collection", tag = "v2"}
thiserror = "2.0"
typed_index_collection = { git = "https://github.com/hove-io/typed_index_collection", tag = "v2.3.0"}
Copy link
Contributor

Choose a reason for hiding this comment

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

@adrien3d
Please stay on major versions. It’s more flexible that way.

derivative = "2"
thiserror = "2"
typed_index_collection = { git = "https://github.com/hove-io/typed_index_collection", tag = "v2"}

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.

2 participants