Skip to content
Permalink
Browse files
fix(license): Case sensitive
Release-As: 2.0.0
  • Loading branch information
bengreenier committed Oct 29, 2021
1 parent 45e7d8d commit d42c4e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,7 +1,7 @@
[package]
name = "enum_pipeline"
description = "Provides a way to use enums to describe and execute ordered data pipelines."
license = "mit"
license = "MIT"
version = "2.0.0"
edition = "2021"

@@ -1,7 +1,7 @@
[package]
name = "enum_pipeline_derive"
description = "Provides derive macros for enum_pipeline."
license = "mit"
license = "MIT"
version = "2.0.0"
edition = "2021"

0 comments on commit d42c4e2

Please sign in to comment.