chore: use workspace edition for examples and crates (#2816)

This commit is contained in:
mahmoud-eltahawy
2024-08-13 02:25:47 +03:00
committed by GitHub
parent 7b62ad44d2
commit 20af4928b2
28 changed files with 35 additions and 34 deletions

View File

@@ -1,6 +1,5 @@
[package]
name = "either_of"
edition = "2021"
version = "0.1.0"
authors = ["Greg Johnston"]
license = "MIT"
@@ -8,6 +7,7 @@ readme = "../README.md"
repository = "https://github.com/leptos-rs/leptos"
description = "Utilities for working with enumerated types that contain one of 2..n other types."
rust-version.workspace = true
edition.workspace = true
[dependencies]
pin-project-lite = "0.2.14"