Bump to Rust 1.83 (#4604)

This commit is contained in:
Adam Chalmers
2024-11-28 12:31:11 -06:00
committed by GitHub
parent dd052b35fd
commit 0548409da0
5 changed files with 4 additions and 5 deletions

View File

@ -24,7 +24,6 @@ use crate::{
#[derive(Debug, Clone, Deserialize, Serialize, PartialEq, ts_rs::TS, JsonSchema)]
#[ts(export)]
#[serde(untagged)]
pub enum SketchOrSurface {
SketchSurface(SketchSurface),
Sketch(Box<Sketch>),