Skip to content

Commit

Permalink
Fix export package-interface
Browse files Browse the repository at this point in the history
gleam_version_constraint format was that of pubgrub's. Now it's hex's.
  • Loading branch information
Papipo authored and Rodrigo Álvarez committed Mar 9, 2025
1 parent 98435e1 commit 0d0f3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-core/src/package_interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ impl PackageInterface {
version: package.config.version.to_string().into(),
gleam_version_constraint: package
.config
.gleam_version
.gleam
.clone()
.map(|version| EcoString::from(version.to_string())),
modules: package
Expand Down

0 comments on commit 0d0f3df

Please sign in to comment.