Skip to content

Commit

Permalink
Add rust toolchain to version/api.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-leonhard committed Nov 14, 2024
1 parent 35336ff commit 28715ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/modules/versioning/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import * as regex from './regex';
import * as rez from './rez';
import * as rpm from './rpm';
import * as ruby from './ruby';
import * as rustToolchain from './rust-toolchain';
import * as sameMajor from './same-major';
import * as semver from './semver';
import * as semverCoerced from './semver-coerced';
Expand Down Expand Up @@ -77,6 +78,7 @@ api.set(regex.id, regex.api);
api.set(rez.id, rez.api);
api.set(rpm.id, rpm.api);
api.set(ruby.id, ruby.api);
api.set(rustToolchain.id, rustToolchain.api);
api.set(sameMajor.id, sameMajor.api);
api.set(semver.id, semver.api);
api.set(semverCoerced.id, semverCoerced.api);
Expand Down

0 comments on commit 28715ed

Please sign in to comment.