Skip to content
Unverified Commit b9a3ded4 authored by Harry Barber's avatar Harry Barber Committed by GitHub
Browse files

Remove hardcoded crate names from `run_server` functions (#2529)

## Motivation and Context

In the case of a crate rename we don't want these functions to break.

## Description

Replace string literals representing the example crate name with
`std::env::var("CARGO_PKG_NAME").unwrap()`
parent d626fd28
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment