Use serde1 feature
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
			
		||||
name = "constmatrix"
 | 
			
		||||
version = "0.1.0"
 | 
			
		||||
authors = ["Magnus Ulimoen <magnus@ulimoen.dev>"]
 | 
			
		||||
edition = "2018"
 | 
			
		||||
edition = "2021"
 | 
			
		||||
 | 
			
		||||
[dependencies]
 | 
			
		||||
approx = { version = "0.4.0", optional = true }
 | 
			
		||||
 
 | 
			
		||||
@@ -2,9 +2,7 @@
 | 
			
		||||
name = "fast-float"
 | 
			
		||||
version = "0.1.0"
 | 
			
		||||
authors = ["Magnus Ulimoen <magnus@ulimoen.dev>"]
 | 
			
		||||
edition = "2018"
 | 
			
		||||
 | 
			
		||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 | 
			
		||||
edition = "2021"
 | 
			
		||||
 | 
			
		||||
[dependencies]
 | 
			
		||||
float = { path = "../float" }
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
name = "float"
 | 
			
		||||
version = "0.1.0"
 | 
			
		||||
authors = ["Magnus Ulimoen <magnus@ulimoen.dev>"]
 | 
			
		||||
edition = "2018"
 | 
			
		||||
edition = "2021"
 | 
			
		||||
 | 
			
		||||
[features]
 | 
			
		||||
f32 = []
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
name = "integrate"
 | 
			
		||||
version = "0.1.0"
 | 
			
		||||
authors = ["Magnus Ulimoen <magnus@ulimoen.dev>"]
 | 
			
		||||
edition = "2018"
 | 
			
		||||
edition = "2021"
 | 
			
		||||
 | 
			
		||||
[dependencies]
 | 
			
		||||
float = { path = "../float/" }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user